[tapx-dev] [commit][192] lib/TAP/Parser.pm - let Module:: Build parse the authors section correctly

ewilhelm at hexten.net ewilhelm at hexten.net
Tue Jul 17 08:40:30 BST 2007


Revision: 192
Author:   ewilhelm
Date:     2007-07-17 08:40:30 +0100 (Tue, 17 Jul 2007)

Log Message:
-----------
lib/TAP/Parser.pm - let Module::Build parse the authors section correctly
Build.PL          - let dist_author come from pod,
                    added meta_merge section with keywords and resources

Modified Paths:
--------------
    trunk/Build.PL
    trunk/lib/TAP/Parser.pm

Modified: trunk/Build.PL
===================================================================
--- trunk/Build.PL	2007-07-17 07:12:59 UTC (rev 191)
+++ trunk/Build.PL	2007-07-17 07:40:30 UTC (rev 192)
@@ -6,7 +6,17 @@
 my $builder = Module::Build->new(
     module_name          => 'TAP::Parser',
     license              => 'perl',
-    dist_author          => 'Curtis "Ovid" Poe <ovid at cpan.org>',
+    meta_merge           => {
+        resources => {
+            homepage => 'http://testanything.org/',
+            bugtracker =>
+                'http://rt.cpan.org/Public/Dist/Display.html?Name=TAP-Parser',
+            MailingList => 'mailto:<tapx-dev at hexten.net>',
+            repository =>
+                'http://svn.hexten.net/tapx/trunk',
+         },
+         keywords => ['TAP', 'test harness', 'prove', 'runtests'],
+    },
     recursive_test_files => 1,
     requires             => {
         'Test::More' => 0,

Modified: trunk/lib/TAP/Parser.pm
===================================================================
--- trunk/lib/TAP/Parser.pm	2007-07-17 07:12:59 UTC (rev 191)
+++ trunk/lib/TAP/Parser.pm	2007-07-17 07:40:30 UTC (rev 192)
@@ -1417,11 +1417,14 @@
 
 =back
 
-=head1 AUTHOR
+=head1 AUTHORS
 
-Curtis "Ovid" Poe, C<< <ovid at cpan.org> >>
-Andy Armstong, C<< <andy at hexten.net> >>
+Curtis "Ovid" Poe <ovid at cpan.org>
 
+Andy Armstong <andy at hexten.net>
+
+Eric Wilhelm @ <ewilhelm at cpan dot org>
+
 =head1 BUGS
 
 Please report any bugs or feature requests to




More information about the tapx-dev mailing list