projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a57958b
)
Bump M::I
Peter Rabbitson [Sun, 4 Jul 2010 09:59:13 +0000 (11:59 +0200)]
Changes
patch
|
blob
|
blame
|
history
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
1f7e9a5
..
cda3bca
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-12,6
+12,7
@@
Revision history for DBIx::Class
* Misc
- Makefile.PL no longer imports GetOptions() to interoperate better
with Catalyst installers
+ - Bumped minimum Module::Install for developers
0.08123 2010-06-12 14:46 (UTC)
* Fixes
diff --git
a/Makefile.PL
b/Makefile.PL
index
62df75f
..
ed99aa4
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-1,4
+1,4
@@
-use inc::Module::Install 0.97;
+use inc::Module::Install 1.00;
use strict;
use warnings;
use POSIX ();