use 5.006_001 (for new open() syntax)

This commit is contained in:
Dag-Erling Smørgrav 2003-05-15 12:17:02 +00:00
parent dbf78dac50
commit 0d74290be5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115025

View file

@ -29,6 +29,7 @@
# $FreeBSD$
#
use 5.006_001;
use strict;
use POSIX qw(strftime);