[Moose-commits] r7266 - File-Stat-Moose/trunk/xt
dexter at code2.0beta.co.uk
dexter at code2.0beta.co.uk
Sat Jan 10 15:41:32 GMT 2009
Author: dexter
Date: 2009-01-10 07:41:32 -0800 (Sat, 10 Jan 2009)
New Revision: 7266
Modified:
File-Stat-Moose/trunk/xt/copyright.t
Log:
* Authoring test for copyright fixed.
Modified: File-Stat-Moose/trunk/xt/copyright.t
===================================================================
--- File-Stat-Moose/trunk/xt/copyright.t 2009-01-10 15:37:35 UTC (rev 7265)
+++ File-Stat-Moose/trunk/xt/copyright.t 2009-01-10 15:41:32 UTC (rev 7266)
@@ -67,7 +67,7 @@
my @copyright_years = $content =~ m<
(?: copyright(?:\s\(c\))? | \(c\) )
\s*
- (?: \d{4} \\? [-,]\s*)?
+ (?: \d{4} \\? [-,]\s*)*
(\d{4})
>gixms;
if (0 < grep {$_ ne $this_year} @copyright_years) {
More information about the Moose-commits
mailing list