projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b234e9d
)
Change the makefile to test r6202
Peter Rabbitson [Mon, 11 May 2009 10:50:54 +0000 (10:50 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
2d8e90b
..
888e988
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-190,6
+190,7
@@
EOE
. 'Do you really want to continue?',
'no',
);
+
exit 0 unless ($ans =~ /^y(es)?$/i);
}
}