Author: spadkins
Date: Mon Sep  4 12:37:01 2006
New Revision: 6850

Modified:
   p5ee/trunk/App-Widget/CHANGES
   p5ee/trunk/App-Widget/Makefile.PL
   p5ee/trunk/App-Widget/lib/App/TemplateEngine.pm
   p5ee/trunk/App-Widget/lib/App/TemplateEngine/TemplateToolkit.pm

Log:
freeze for 0.964

Modified: p5ee/trunk/App-Widget/CHANGES
==============================================================================
--- p5ee/trunk/App-Widget/CHANGES       (original)
+++ p5ee/trunk/App-Widget/CHANGES       Mon Sep  4 12:37:01 2006
@@ -2,6 +2,10 @@
 # CHANGE LOG
 #########################################
 
+VERSION 0.964
+ x DataTable2, ImageButton: look for app-button in cgi-bin/App/app-button, not 
cgi-bin/app-button
+ x TemplateEngine: do the {xyz} subs before the [%xyz%] subs. strict disallows 
{xyz} syntax
+
 VERSION 0.963
  x Fixed bug in get_theme_value, needed to use labels instead of values
  x add theme support to all widgets via get_theme_value()

Modified: p5ee/trunk/App-Widget/Makefile.PL
==============================================================================
--- p5ee/trunk/App-Widget/Makefile.PL   (original)
+++ p5ee/trunk/App-Widget/Makefile.PL   Mon Sep  4 12:37:01 2006
@@ -27,9 +27,6 @@
                        'MIME::Base64'             => "2.1", # used for turning 
binary (serialized?) data into text (Sessions)
                        'Storable'                 => 0,  # used for 
serialization everywhere
                      },
-    'clean'       => { FILES => '$(EXE_FILES)' },
-    'dist'        => {'COMPRESS'=>'gzip -9f', 'SUFFIX' => 'gz',
-                      'ZIP'=>'/usr/bin/zip','ZIPFLAGS'=>'-rl'},
 );
 
 ######################################################################

Modified: p5ee/trunk/App-Widget/lib/App/TemplateEngine.pm
==============================================================================
--- p5ee/trunk/App-Widget/lib/App/TemplateEngine.pm     (original)
+++ p5ee/trunk/App-Widget/lib/App/TemplateEngine.pm     Mon Sep  4 12:37:01 2006
@@ -332,7 +332,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
- * Author:  Stephen Adkins <[EMAIL PROTECTED]>
+ * Author:  Stephen Adkins <[EMAIL PROTECTED]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 
 =head1 SEE ALSO

Modified: p5ee/trunk/App-Widget/lib/App/TemplateEngine/TemplateToolkit.pm
==============================================================================
--- p5ee/trunk/App-Widget/lib/App/TemplateEngine/TemplateToolkit.pm     
(original)
+++ p5ee/trunk/App-Widget/lib/App/TemplateEngine/TemplateToolkit.pm     Mon Sep 
 4 12:37:01 2006
@@ -159,7 +159,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
- * Author:  Stephen Adkins <[EMAIL PROTECTED]>
+ * Author:  Stephen Adkins <[EMAIL PROTECTED]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 
 =head1 SEE ALSO

Reply via email to