From: Vincent Pit Date: Fri, 23 Aug 2013 18:59:18 +0000 (-0300) Subject: No tabs please X-Git-Tag: v1.05~5 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FRegexp-Wildcards.git;a=commitdiff_plain;h=8d1ac05819fc73f7bc84dd0c334a6b8c054b05ed No tabs please --- diff --git a/Changes b/Changes index 7e57943..cbd1421 100644 --- a/Changes +++ b/Changes @@ -39,7 +39,7 @@ Revision history for Regexp-Wildcards 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. @@ -57,12 +57,12 @@ Revision history for Regexp-Wildcards 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. diff --git a/t/00-load.t b/t/00-load.t index 40cd748..d51fbb3 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -6,7 +6,7 @@ use warnings; use Test::More tests => 1; BEGIN { - use_ok( 'Regexp::Wildcards' ); + use_ok( 'Regexp::Wildcards' ); } diag( "Testing Regexp::Wildcards $Regexp::Wildcards::VERSION, Perl $], $^X" );