projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97631e6
)
Increase $strict::VERSION to 1.05
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 29 Oct 2011 18:55:09 +0000
(11:55 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 29 Oct 2011 18:55:09 +0000
(11:55 -0700)
lib/strict.pm
patch
|
blob
|
history
diff --git
a/lib/strict.pm
b/lib/strict.pm
index
e8c25dc
..
6e193ac
100644
(file)
--- a/
lib/strict.pm
+++ b/
lib/strict.pm
@@
-1,6
+1,6
@@
package strict;
-$strict::VERSION = "1.0
4
";
+$strict::VERSION = "1.0
5
";
# Verify that we're called correctly so that strictures will work.
unless ( __FILE__ =~ /(^|[\/\\])\Q${\__PACKAGE__}\E\.pmc?$/ ) {