comment-out auto_set_repository, newer Module::Install has strict subs and

this breaks unless relevant module is installed
This commit is contained in:
sthen 2012-04-07 20:54:07 +00:00
parent eb1cad00f6
commit ab0472077b

View File

@ -1,11 +1,14 @@
$OpenBSD: patch-Makefile_PL,v 1.3 2012/01/24 00:44:47 nigel Exp $
$OpenBSD: patch-Makefile_PL,v 1.4 2012/04/07 20:54:07 sthen Exp $
Module::Install::AuthorTests is missing in ports tree,
but not really essential.
Same for Module::Install::Repository.
--- Makefile.PL.orig Tue Jan 17 16:23:57 2012
+++ Makefile.PL Sun Jan 22 20:58:39 2012
@@ -11,7 +11,6 @@ requires 'Term::ANSIColor'; # for youtube-download and
+++ Makefile.PL Sat Apr 7 21:53:04 2012
@@ -11,10 +11,9 @@ requires 'Term::ANSIColor'; # for youtube-download and
requires 'XML::TreePP'; # for youtube-playlists
tests 't/*.t t/*/*.t';
@ -13,3 +16,7 @@ but not really essential.
install_script 'bin/youtube-download', 'bin/youtube-playlists';
test_requires 'Test::More', '0.96';
-auto_set_repository;
+#auto_set_repository;
WriteAll;