Author: spadkins
Date: Mon Jul 24 18:48:13 2006
New Revision: 6703
Modified:
p5ee/trunk/App-Context/CHANGES
p5ee/trunk/App-Context/Makefile.PL
Log:
freeze for 0.963
Modified: p5ee/trunk/App-Context/CHANGES
==============================================================================
--- p5ee/trunk/App-Context/CHANGES (original)
+++ p5ee/trunk/App-Context/CHANGES Mon Jul 24 18:48:13 2006
@@ -3,6 +3,7 @@
#########################################
VERSION 0.963
+ x App->use() now detects entries in the symbol table to inhibit an attempt to
load the module
x enhance App::Service::substitute() to understand default syntax (i.e.
{username:NULL})
VERSION 0.962
Modified: p5ee/trunk/App-Context/Makefile.PL
==============================================================================
--- p5ee/trunk/App-Context/Makefile.PL (original)
+++ p5ee/trunk/App-Context/Makefile.PL Mon Jul 24 18:48:13 2006
@@ -16,7 +16,7 @@
%opts = (
'NAME' => 'App-Context',
'DISTNAME' => 'App-Context',
- 'VERSION' => '0.96',
+ 'VERSION' => '0.963',
'EXE_FILES' => [ @programs ],
'PREREQ_PM' => {
'App::Options' => 0, # for loading a startup
configuration file