summaryrefslogtreecommitdiff
path: root/www/p5-webservice-validator-html-w3c/files/patch-Makefile.PL
blob: 273d973f762ebc17f1fd637da2cfd6bb4c793a82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- Makefile.PL.orig	Mon Oct 10 07:16:30 2005
+++ Makefile.PL	Mon Oct 10 07:18:38 2005
@@ -63,7 +63,8 @@
 }
 
 WriteMakefile
-  ('DISTNAME' => 'WebService-Validator-HTML-W3C',
+  ('NAME' => 'WebService::Validator::HTML::W3C',
+   'DISTNAME' => 'WebService-Validator-HTML-W3C',
    'VERSION' => '0.03',
    'PL_FILES' => {},
    'PREREQ_PM' => {
@@ -72,4 +73,8 @@
         'Test::More' => '0',
 
           },
+   'MAN3PODS' => {
+        'lib/WebService/Validator/HTML/W3C/Error.pm' => 'blib/man3/WebService::Validator::HTML::W3C::Error.3',
+        'lib/WebService/Validator/HTML/W3C.pm' => 'blib/man3/WebService::Validator::HTML::W3C.3',
+    },
   );