[Cpan-forum-commit] rev 32 - trunk

svn at pti.co.il svn at pti.co.il
Tue Jan 25 20:42:33 IST 2005


Author: gabor
Date: 2005-01-25 20:42:33 +0200 (Tue, 25 Jan 2005)
New Revision: 32

Modified:
   trunk/Build.PL
Log:
replcing white spaces by tabs

Modified: trunk/Build.PL
===================================================================
--- trunk/Build.PL	2005-01-25 18:40:28 UTC (rev 31)
+++ trunk/Build.PL	2005-01-25 18:42:33 UTC (rev 32)
@@ -7,12 +7,12 @@
 use CPAN::Forum::Build;
 
 my $builder = CPAN::Forum::Build->new(
-    module_name         => 'CPAN::Forum',
-    license             => 'perl',
-    dist_version_from   => 'lib/CPAN/Forum.pm',
+	module_name         => 'CPAN::Forum',
+	license             => 'perl',
+	dist_version_from   => 'lib/CPAN/Forum.pm',
 	create_readme       => 1,
 	create_makefile_pl => 'traditional',
-    requires            => {
+	requires            => {
 		'HTML::Template'                        => 2.6,
 		'CGI'                                   => 0,
 		'CGI::Application'                      => 3.22,
@@ -34,7 +34,7 @@
 		'XML::RSS::SimpleGen'                   => 0,  # for, well RSS generation
 		'Mail::Sendmail'                        => 0,  
 		'CGI::Session::SQLite'                  => 0,
-    },
+	},
 	build_requires => {
 		'Test::WWW::Mechanize'       => 0.02,
 	},



More information about the Cpan-forum-commit mailing list