[tapx-dev] [commit][191] Build.PL - tidied

ewilhelm at hexten.net ewilhelm at hexten.net
Tue Jul 17 08:12:59 BST 2007


Revision: 191
Author:   ewilhelm
Date:     2007-07-17 08:12:59 +0100 (Tue, 17 Jul 2007)

Log Message:
-----------
Build.PL - tidied

Modified Paths:
--------------
    trunk/Build.PL

Modified: trunk/Build.PL
===================================================================
--- trunk/Build.PL	2007-07-17 07:10:58 UTC (rev 190)
+++ trunk/Build.PL	2007-07-17 07:12:59 UTC (rev 191)
@@ -4,11 +4,11 @@
 use 5.005;
 
 my $builder = Module::Build->new(
-    module_name       => 'TAP::Parser',
-    license           => 'perl',
-    dist_author       => 'Curtis "Ovid" Poe <ovid at cpan.org>',
+    module_name          => 'TAP::Parser',
+    license              => 'perl',
+    dist_author          => 'Curtis "Ovid" Poe <ovid at cpan.org>',
     recursive_test_files => 1,
-    requires          => {
+    requires             => {
         'Test::More' => 0,
         'Pod::Usage' => 0,    # for 'runtests'
     },




More information about the tapx-dev mailing list