]> git.vpit.fr Git - perl/modules/Regexp-Wildcards.git/blobdiff - lib/Regexp/Wildcards.pm
This is 1.00
[perl/modules/Regexp-Wildcards.git] / lib / Regexp / Wildcards.pm
index 72fa0c385ee5a39cc7d3f1324377355ecf8ad45b..08a09fcc9d4dee97be51e0a30479302485ee0410 100644 (file)
@@ -12,11 +12,14 @@ Regexp::Wildcards - Converts wildcard expressions to Perl regular expressions.
 
 =head1 VERSION
 
-Version 0.08
+Version 1.00
 
 =cut
 
-our $VERSION = '0.08';
+use vars qw/$VERSION/;
+BEGIN {
+ $VERSION = '1.00';
+}
 
 =head1 SYNOPSIS
 
@@ -330,7 +333,7 @@ An object module shouldn't export any function, and so does this one.
 
 =head1 DEPENDENCIES
 
-L<Text::Balanced>, which is bundled with perl since version 5.7.3
+L<Carp> (core module since perl 5), L<Text::Balanced> (since 5.7.3).
 
 =head1 CAVEATS