Author: kwilliams
Date: Mon Mar 31 09:29:11 2008
New Revision: 11029

Added:
   Module-Build/trunk/website/META-spec-blead.html
      - copied unchanged from r10957, /Module-Build/trunk/website/META-spec.html
   Module-Build/trunk/website/htmlify.pl
Removed:
   Module-Build/trunk/website/META-spec.html

Log:
Create the HTML as META-spec-blead.html, so it matches the website

Added: Module-Build/trunk/website/htmlify.pl
==============================================================================
--- (empty file)
+++ Module-Build/trunk/website/htmlify.pl       Mon Mar 31 09:29:11 2008
@@ -0,0 +1,10 @@
+#!/usr/bin/perl
+
+use strict;
+use Pod::Html;
+
+pod2html( '--infile' => 'META-spec.pod',
+         '--outfile' => 'META-spec-blead.html',
+       );
+
+unlink qw(pod2htmd.tmp pod2htmi.tmp);

Reply via email to