X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FRegexp-Wildcards.git;a=blobdiff_plain;f=lib%2FRegexp%2FWildcards.pm;h=08a09fcc9d4dee97be51e0a30479302485ee0410;hp=72fa0c385ee5a39cc7d3f1324377355ecf8ad45b;hb=7bcbae57add0ff30a2c4b9c70b679a3a65c7bc34;hpb=9eb474e21beff59f4f33450489d6903f51d0afe0 diff --git a/lib/Regexp/Wildcards.pm b/lib/Regexp/Wildcards.pm index 72fa0c3..08a09fc 100644 --- a/lib/Regexp/Wildcards.pm +++ b/lib/Regexp/Wildcards.pm @@ -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, which is bundled with perl since version 5.7.3 +L (core module since perl 5), L (since 5.7.3). =head1 CAVEATS