[svn:parrot] r48061 - branches/html_cleanup/tools/docs
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Fri Jul 9 08:20:57 UTC 2010
Author: mikehh
Date: Fri Jul 9 08:20:56 2010
New Revision: 48061
URL: https://trac.parrot.org/parrot/changeset/48061
Log:
fix copyright and remove unnecessary use strict (use 5.12.0 incorporates this)
Modified:
branches/html_cleanup/tools/docs/make_html_docs.pl
Modified: branches/html_cleanup/tools/docs/make_html_docs.pl
==============================================================================
--- branches/html_cleanup/tools/docs/make_html_docs.pl Fri Jul 9 07:50:28 2010 (r48060)
+++ branches/html_cleanup/tools/docs/make_html_docs.pl Fri Jul 9 08:20:56 2010 (r48061)
@@ -1,5 +1,5 @@
#! perl
-# Copyright (C) 2001-2003, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
# $Id$
=head1 NAME
@@ -18,7 +18,6 @@
use 5.12.0;
-use strict;
use warnings;
# as long as we have a separate docs/ makefile, this will be run from
More information about the parrot-commits
mailing list