Subject: | repository in META.yml |
svn version 1.6.5
--
Alexandr Ciornii, http://chorny.net
Subject: | Makefile.PL.patch |
Index: Makefile.PL
===================================================================
--- Makefile.PL (revision 1725)
+++ Makefile.PL (working copy)
@@ -1,4 +1,4 @@
-use inc::Module::Install 0.75;
+use inc::Module::Install 0.92;
if ( -e 'MANIFEST.SKIP' ) {
system( 'pod2text lib/HTML/FormFu.pm > README' );
@@ -59,4 +59,6 @@
install_script('bin/html_formfu_dumpconf.pl');
install_share();
+repository 'https://html-formfu.googlecode.com/svn/trunk/HTML-FormFu';
+
&WriteAll;