projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2bcb073
)
fixup Makefile.PL to generate Mouse/Tiny.pm so we actually have a working 'make dist...
Matt S Trout [Thu, 2 Jul 2009 20:17:34 +0000 (21:17 +0100)]
Changes
patch
|
blob
|
blame
|
history
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
9876965
..
4342132
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,6
+1,8
@@
Revision history for Mouse
0.28
+ * Alter Makefile.PL so in author mode we generate lib/Mouse/Tiny.pm on
+ every run so that 'make dist' actually does what it's meant to (mst)
0.27 Thu Jul 2 15:17:37 2009
* Doc updates (Sartak)
diff --git
a/Makefile.PL
b/Makefile.PL
index
3170cee
..
2c3ad42
100755
(executable)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-24,6
+24,7
@@
if ($Module::Install::AUTHOR) {
} else {
print "you don't have a moose. skipping moose compatibility test\n";
}
+ system("authour/generate-mouse-tiny.pl");
}
auto_include;