]> git.vpit.fr Git - perl/modules/Regexp-Wildcards.git/commitdiff
No tabs please
authorVincent Pit <vince@profvince.com>
Fri, 23 Aug 2013 18:59:18 +0000 (15:59 -0300)
committerVincent Pit <vince@profvince.com>
Fri, 23 Aug 2013 18:59:24 +0000 (15:59 -0300)
Changes
t/00-load.t

diff --git a/Changes b/Changes
index 7e57943939aab1927d9331e9d09129ccb3184d1c..cbd142121bcadcbd35c69cb91023e073b47e426d 100644 (file)
--- 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.
index 40cd748e4bf149fe95009a24489393f68ce3c106..d51fbb31a3a2100599b3f9c466037701667e3279 100644 (file)
@@ -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" );