Author: spadkins
Date: Fri Aug 11 10:45:57 2006
New Revision: 6784
Modified:
p5ee/trunk/App-Context/Makefile.PL
p5ee/trunk/App-Context/lib/App.pm
Log:
changed author email address
Modified: p5ee/trunk/App-Context/Makefile.PL
==============================================================================
--- p5ee/trunk/App-Context/Makefile.PL (original)
+++ p5ee/trunk/App-Context/Makefile.PL Fri Aug 11 10:45:57 2006
@@ -19,16 +19,16 @@
'VERSION' => '0.963',
'EXE_FILES' => [ @programs ],
'PREREQ_PM' => {
- 'App::Options' => 0, # for loading a startup
configuration file
- 'Compress::Zlib' => 0, # for compressed serialization
and browser responses
- 'Data::Dumper' => 0, # used for debugging
- 'Date::Parse' => 0, # date support
- 'Date::Format' => 0, # date support
- 'Exception::Class' => 0, # allows exception hierarchies
- 'Class::Data::Inheritable' => 0, # [prereq for Exception::Class]
- 'Devel::StackTrace' => 0, # [prereq for Exception::Class]
- 'MIME::Base64' => "2.1", # used for turning binary
(serialized?) data into text (Sessions)
- 'Storable' => 0, # used for serialization
everywhere
+ 'App::Options' => "0.01", # for loading a startup
configuration file
+ 'Compress::Zlib' => "0.01", # for compressed serialization
and browser responses
+ 'Data::Dumper' => "0.01", # used for debugging
+ 'Date::Parse' => "0.01", # date support
+ 'Date::Format' => "0.01", # date support
+ 'Exception::Class' => "0.01", # allows exception hierarchies
+ 'Class::Data::Inheritable' => "0.01", # [prereq for Exception::Class]
+ 'Devel::StackTrace' => "0.01", # [prereq for Exception::Class]
+ 'MIME::Base64' => "2.1", # used for turning binary
(serialized?) data into text (Sessions)
+ 'Storable' => "0.01", # used for serialization
everywhere
},
);
Modified: p5ee/trunk/App-Context/lib/App.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App.pm (original)
+++ p5ee/trunk/App-Context/lib/App.pm Fri Aug 11 10:45:57 2006
@@ -1029,7 +1029,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