projects
/
dbsrgits/SQL-Abstract-2.0-ish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0bcf772
)
use Module::Install::ProvidesClass in the Makefile.PL
Ash Berlin [Wed, 25 Mar 2009 18:40:53 +0000 (18:40 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
bb8e6fc
..
ea994b3
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-12,4
+12,5
@@
requires 'MooseX::Types::Structured' => '0.9';
test_requires 'Test::More';
test_requires 'Test::Differences';
+auto_provides_class();
WriteAll;