diff options
author | Steve Peters <steve@fisharerojo.org> | 2008-06-04 18:28:18 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2008-06-04 18:28:18 +0000 |
commit | f0291b57b36831927aaa01a24eedab2c7804fdf2 (patch) | |
tree | 94c03470d15bc25c3489651046d16545bdf37dfc /lib/DirHandle.pm | |
parent | ccea220c5378568154094be403a96de17f611d80 (diff) | |
download | perl-f0291b57b36831927aaa01a24eedab2c7804fdf2.tar.gz |
Forgot to update version in DirHandle.pm after updating.
No cookie for me.
p4raw-id: //depot/perl@33996
Diffstat (limited to 'lib/DirHandle.pm')
-rw-r--r-- | lib/DirHandle.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DirHandle.pm b/lib/DirHandle.pm index e8274a81bc..0bddec2d03 100644 --- a/lib/DirHandle.pm +++ b/lib/DirHandle.pm @@ -1,6 +1,6 @@ package DirHandle; -our $VERSION = '1.01'; +our $VERSION = '1.02'; =head1 NAME |