From: Rafael Garcia-Suarez Date: Sun, 1 Jun 2008 19:49:50 +0000 (+0000) Subject: Bump version of IO::Dir after last patch X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f86311fbdd3b75e40d98b74ffba510124459a75;p=p5sagit%2Fp5-mst-13.2.git Bump version of IO::Dir after last patch p4raw-id: //depot/perl@33984 --- diff --git a/ext/IO/lib/IO/Dir.pm b/ext/IO/lib/IO/Dir.pm index 8248418..4948142 100644 --- a/ext/IO/lib/IO/Dir.pm +++ b/ext/IO/lib/IO/Dir.pm @@ -19,7 +19,7 @@ use File::stat; use File::Spec; @ISA = qw(Tie::Hash Exporter); -$VERSION = "1.06"; +$VERSION = "1.06_01"; $VERSION = eval $VERSION; @EXPORT_OK = qw(DIR_UNLINK);