r71900 - /trunk/libcgi-formalware-perl/Build.PL

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Mar 23 00:35:49 UTC 2011


Author: jawnsy-guest
Date: Wed Mar 23 00:35:08 2011
New Revision: 71900

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71900
Log:

integrate upstream Build.PL (the merge went all funny)

Modified:
    trunk/libcgi-formalware-perl/Build.PL

Modified: trunk/libcgi-formalware-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-formalware-perl/Build.PL?rev=71900&op=diff
==============================================================================
--- trunk/libcgi-formalware-perl/Build.PL (original)
+++ trunk/libcgi-formalware-perl/Build.PL Wed Mar 23 00:35:08 2011
@@ -1,19 +1,19 @@
-use Module::Build;
-
-Module::Build -> new
-(
-	module_name		=> 'CGI::Formalware',
-	license			=> 'artistic',
-	dist_author		=> 'Ron Savage <ron at savage.net.au>',
-	build_requires	=>
-	{
-		Test::More	=> 0,
+use Module::Build;
+
+Module::Build -> new
+(
+	module_name		=> 'CGI::Formalware',
+	license			=> 'artistic',
+	dist_author		=> 'Ron Savage <ron at savage.net.au>',
+	build_requires	=>
+	{
+		Test::More	=> 0,
 		Test::Pod	=> 0,
-	},
-	requires		=>
-	{
+	},
+	requires		=>
+	{
 		CGI			=> '2.45',
 		Net::Telnet	=> '3.01',
 		XML::DOM	=> '1.14',
-	},
-) -> create_build_script();
+	},
+) -> create_build_script();




More information about the Pkg-perl-cvs-commits mailing list