projects
/
p5sagit/Devel-Declare-Keyword.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a064bfa
)
added perl version check, some other tinkering
Robin Edwards [Wed, 10 Feb 2010 13:58:59 +0000 (13:58 +0000)]
lib/Keyword.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Keyword.pm
b/lib/Keyword.pm
index
fe76223
..
8685b28
100644
(file)
--- a/
lib/Keyword.pm
+++ b/
lib/Keyword.pm
@@
-1,4
+1,5
@@
package Keyword;
+use 5.008000;
use strict;
use warnings;
use Carp;