0.06 2007-06-26 12:40 UTC
+ Add : SQL '%' and '_' wildcards (with corresponding pod & tests).
- + Fix : Typos in pod (looks like this will never end...).
+ + Fix : Typos in pod (looks like this will never end...).
0.05 2007-06-22 14:40 UTC
+ Add : Windows strange behaviours caveat.
0.03 2007-06-17 14:45 UTC
+ Fix : Missing PREREQ_PM in Makefile.PL
- + Fix : Typos in pod.
+ + Fix : Typos in pod.
0.02 2007-06-16 09:15 UTC
+ Fix : wc2re_unix should escape top-level commas.
- + Fix : added missing samples/wc2re.pl
- + Add : tests descriptions in t/12-brackets.t
+ + Fix : added missing samples/wc2re.pl
+ + Add : tests descriptions in t/12-brackets.t
0.01 2007-06-14
First version, released on an unsuspecting world.
use Test::More tests => 1;
BEGIN {
- use_ok( 'Regexp::Wildcards' );
+ use_ok( 'Regexp::Wildcards' );
}
diag( "Testing Regexp::Wildcards $Regexp::Wildcards::VERSION, Perl $], $^X" );