Porting/release_managers_guide.pod: update pod2html example path
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>
Sun, 20 Feb 2011 15:26:15 +0000 (15:26 +0000)
committerÆvar Arnfjörð Bjarmason <avar@cpan.org>
Sun, 20 Feb 2011 15:26:23 +0000 (15:26 +0000)
pod2html is no longer in pod/pod2html, it's in
ext/Pod-Html/pod2html. Also change the example to use ./perl instead
of perl to make sure we dogfood as much as possible.

Porting/release_managers_guide.pod

index f173f96..3e1172e 100644 (file)
@@ -412,7 +412,7 @@ run through pod and spell checkers, e.g.
 Also, you may want to generate and view an HTML version of it to check
 formatting, e.g.
 
-    $ perl pod/pod2html pod/perldelta.pod > /tmp/perldelta.html
+    $ ./perl -Ilib ext/Pod-Html/pod2html pod/perldelta.pod > /tmp/perldelta.html
 
 Another good HTML preview option is http://search.cpan.org/pod2html