Author: spadkins
Date: Tue Apr 17 05:21:36 2007
New Revision: 9425

Modified:
   p5ee/trunk/App-Widget/Makefile.PL
   p5ee/trunk/App-Widget/TODO

Log:
prepare for release 0.965

Modified: p5ee/trunk/App-Widget/Makefile.PL
==============================================================================
--- p5ee/trunk/App-Widget/Makefile.PL   (original)
+++ p5ee/trunk/App-Widget/Makefile.PL   Tue Apr 17 05:21:36 2007
@@ -14,7 +14,7 @@
 %opts = (
     'NAME'        => 'App-Widget',
     'DISTNAME'    => 'App-Widget',
-    'VERSION'     => '0.964',
+    'VERSION'     => '0.965',
     'EXE_FILES'   => [ @programs ],
     'PREREQ_PM'   => { # I haven't yet determined what the minimum versions 
should be
                        'Compress::Zlib'           => 0,  # for compressed 
serialization and browser responses
@@ -39,7 +39,7 @@
     return <<EOF;
 
 install ::
-       @\$(MOD_INSTALL) blib/script "\$(PREFIX)/cgi-bin/App"
+       @\$(MOD_INSTALL) cgi-bin "\$(PREFIX)/cgi-bin/App"
        @\$(MOD_INSTALL) htdocs  "\$(PREFIX)/htdocs/App"
 
 EOF

Modified: p5ee/trunk/App-Widget/TODO
==============================================================================
--- p5ee/trunk/App-Widget/TODO  (original)
+++ p5ee/trunk/App-Widget/TODO  Tue Apr 17 05:21:36 2007
@@ -4,4 +4,7 @@
 
 To get to Version 1.0
  o go over the documentation which has been completely neglected
+ o remove dependency on 'Exception::Class', 'Class::Data::Inheritable', 
'Devel::StackTrace'
+ o fix the INSTALL of cgi-bin/app-button in Makefile.PL
+
 

Reply via email to