diff options
author | Chip Salzenberg <chip@atlantic.net> | 1997-01-28 23:10:49 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-01-29 18:11:00 +1200 |
commit | 376006fe1682ba322666d5e40355d33fffc63418 (patch) | |
tree | a1f6e5ba1935c8a48b47fa8fda6cca2cb7193ede /ext/POSIX | |
parent | 255c1af795e05405858a49f2959b3eb083883987 (diff) | |
download | perl-376006fe1682ba322666d5e40355d33fffc63418.tar.gz |
Update $VERSION of DynaLoader and POSIX
Diffstat (limited to 'ext/POSIX')
-rw-r--r-- | ext/POSIX/POSIX.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/POSIX.pm b/ext/POSIX/POSIX.pm index ce315dcf7c..6656443483 100644 --- a/ext/POSIX/POSIX.pm +++ b/ext/POSIX/POSIX.pm @@ -11,7 +11,7 @@ require Exporter; require DynaLoader; @ISA = qw(Exporter DynaLoader); -$VERSION = "1.00" ; +$VERSION = "1.01" ; %EXPORT_TAGS = ( |