From: Simon Cozens Date: Fri, 24 Dec 2004 03:50:38 +0000 (+0000) Subject: add login template to MANIFEST X-Git-Tag: 2.10~37 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=commitdiff_plain;h=87b344ae821415d62efc0c100836155a9e518c71 add login template to MANIFEST git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@327 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/MANIFEST b/MANIFEST index b085f36..d1482f0 100644 --- a/MANIFEST +++ b/MANIFEST @@ -47,6 +47,7 @@ templates/factory/footer templates/factory/frontpage templates/factory/header templates/factory/list +templates/factory/login templates/factory/macros templates/factory/maypole templates/factory/navbar diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 3bbaf94..f42e107 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -1,2 +1,3 @@ \.svn t\/beerdb\.db +^build\/ diff --git a/Makefile.PL b/Makefile.PL index d5e76ab..1af730e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -31,7 +31,7 @@ WriteMakefile( ? ## Add these new keywords supported since 5.005 ( ABSTRACT_FROM => 'lib/Maypole.pm', # retrieve abstract from module - AUTHOR => 'Simon Cozens ' + AUTHOR => 'Simon flack ' ) : () ),