Skip Menu |

This queue is for tickets about the HTML-FormFu CPAN distribution.

Report information
The Basics
Id: 59920
Status: resolved
Priority: 0/
Queue: HTML-FormFu

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.07002
Fixed in: (no value)



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;
Thanks for bringing this up - I've applied it in svn. I can't see anything in Module::Install's Changes file that explains the prereq update to 0.92, so I've left it at 0.75 (when the 'repository' function was added). I've also used the non-secure http URL, rather than https - as only project members can checkout the secure URL. I've also added the 'repository' function to all the other FormFu distributions. Cheers,