[tapx-dev] [commit][190] Build.PL - set recursive_test_files, removed redundant dist_version_from

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


Revision: 190
Author:   ewilhelm
Date:     2007-07-17 08:10:58 +0100 (Tue, 17 Jul 2007)

Log Message:
-----------
Build.PL - set recursive_test_files, removed redundant dist_version_from

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

Modified: trunk/Build.PL
===================================================================
--- trunk/Build.PL	2007-07-16 17:56:33 UTC (rev 189)
+++ trunk/Build.PL	2007-07-17 07:10:58 UTC (rev 190)
@@ -7,7 +7,7 @@
     module_name       => 'TAP::Parser',
     license           => 'perl',
     dist_author       => 'Curtis "Ovid" Poe <ovid at cpan.org>',
-    dist_version_from => 'lib/TAP/Parser.pm',
+    recursive_test_files => 1,
     requires          => {
         'Test::More' => 0,
         'Pod::Usage' => 0,    # for 'runtests'




More information about the tapx-dev mailing list