From: Nicholas Clark Date: Fri, 30 Mar 2007 16:17:25 +0000 (+0000) Subject: Bump File::Glob's VERSION to go with change 30103. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8c7d55fc02cca4e0edf1324c36f667376289f8d2;p=p5sagit%2Fp5-mst-13.2.git Bump File::Glob's VERSION to go with change 30103. p4raw-id: //depot/perl@30791 --- diff --git a/ext/File/Glob/Glob.pm b/ext/File/Glob/Glob.pm index 133c650..15d4adb 100644 --- a/ext/File/Glob/Glob.pm +++ b/ext/File/Glob/Glob.pm @@ -56,7 +56,7 @@ use XSLoader (); ) ], ); -$VERSION = '1.05'; +$VERSION = '1.06'; sub import { require Exporter;