File: 2001_no_auto_install_deps.patch

package info (click to toggle)
libcatalyst-view-petal-perl 0.03-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 204 kB
  • sloc: perl: 1,802; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Avoid auto-installing dependencies during build
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2012-06-07

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -8,7 +8,7 @@
 requires 'Catalyst::Runtime' => '5.7006';
 requires 'Petal';
 
-auto_install;
+#auto_install;
 resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-View-Petal/';
 
 WriteAll;