[svn:parrot] r37274 - trunk/lib/Parrot/Docs/Section

allison at svn.parrot.org allison at svn.parrot.org
Tue Mar 10 19:52:56 UTC 2009


Author: allison
Date: Tue Mar 10 19:52:56 2009
New Revision: 37274
URL: https://trac.parrot.org/parrot/changeset/37274

Log:
[doc] Add support policy to front page of generated HTML docs.

Modified:
   trunk/lib/Parrot/Docs/Section/Parrot.pm

Modified: trunk/lib/Parrot/Docs/Section/Parrot.pm
==============================================================================
--- trunk/lib/Parrot/Docs/Section/Parrot.pm	Tue Mar 10 18:23:24 2009	(r37273)
+++ trunk/lib/Parrot/Docs/Section/Parrot.pm	Tue Mar 10 19:52:56 2009	(r37274)
@@ -67,6 +67,7 @@
             $self->new_item( 'Release History', 'docs/parrothist.pod'),
             $self->new_item( 'Donors', 'DONORS.pod'),
             $self->new_item( 'Glossary', 'docs/glossary.pod'),
+            $self->new_item( 'Support Policy', 'docs/project/support_policy.pod'),
         ),
         $self->new_group(
             'Working with Parrot',


More information about the parrot-commits mailing list