projects
/
p5sagit/Package-Variant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
78f67b2
)
FORGOT THE DEPENDENCY
Matt S Trout [Sat, 12 May 2012 00:54:56 +0000 (
00:54
+0000)]
Changes
patch
|
blob
|
blame
|
history
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
98c1041
..
94c69d6
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,5
@@
+ - Actually declare the Import::Into dependency (stupid mst)
+
1.001000 - 2012-05-12
- Switch to Import::Into for exporting other things
- Use Sub::Name to name installed things if available
diff --git
a/Makefile.PL
b/Makefile.PL
index
d8d2514
..
cea09f6
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-10,5
+10,7
@@
WriteMakefile(
PREREQ_PM => {
strictures => 1,
Carp => 0,
+ 'Import::Into' => 1,
+ 'Module::Runtime' => '0.013',
},
);