summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChip Salzenberg <chip@atlantic.net>1997-01-28 23:10:49 +1200
committerChip Salzenberg <chip@atlantic.net>1997-01-29 18:11:00 +1200
commit376006fe1682ba322666d5e40355d33fffc63418 (patch)
treea1f6e5ba1935c8a48b47fa8fda6cca2cb7193ede
parent255c1af795e05405858a49f2959b3eb083883987 (diff)
downloadperl-376006fe1682ba322666d5e40355d33fffc63418.tar.gz
Update $VERSION of DynaLoader and POSIX
-rw-r--r--ext/DynaLoader/DynaLoader.pm2
-rw-r--r--ext/POSIX/POSIX.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/DynaLoader/DynaLoader.pm b/ext/DynaLoader/DynaLoader.pm
index 77d195841b..a36dc003d7 100644
--- a/ext/DynaLoader/DynaLoader.pm
+++ b/ext/DynaLoader/DynaLoader.pm
@@ -20,7 +20,7 @@ require AutoLoader;
@ISA=qw(AutoLoader);
-$VERSION = "1.00" ;
+$VERSION = "1.01" ;
sub import { } # override import inherited from AutoLoader
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 = (