Apache2-ASP
view release on metacpan or search on metacpan
- ApplicationStateManager and SessionStateManager are both Ima::DBI subclasses.
- Added dependency Ima::DBI.
- Removed dependency Apache::DBI.
1.08 2007-06-28
- Fixed bug "Upload hook failed: Can't call method "isa" on an undefined value at ..."
- Fixed bug that resulted in multiple cookies being created on the initial request,
when the first ASP script to be rendered contained Include() or TrapInclude() calls.
- Added HTML::FillInForm as a dependency.
- Added built-in "sticky forms" for all ASP scripts, exclusive of UploadHandler subclasses.
- Began new offline test framework.
- Added Apache2::ASP::Test::UserAgent.
- Added Apache2::ASP::Test::MockRequest.
- Updated Apache2::ASP::Request to work within the new test framework.
- Removed some tests that need to be rewritten with the new test framework.
- Updated some other tests to work with the new test framework as they are.
- Added dependencies HTTP::Request::AsCGI, HTML::FillInForm and CGI::Simple.
1.07 2007-06-23
- Fixed a bug that caused 404 errors to return a blank page instead of the standard
'404 Not Found' message.
- Adjusted POD so that Apache2::ASP::Manual::Intro shows up correctly.
1.06 2007-06-23
- Fixed a bug in Apache2::ASP::PageHandler that caused a bug in which changed ASP
scripts would not be reloaded by other Apache processes after the first Apache
lib/Apache2/ASP/Manual/GettingStarted.pod view on Meta::CPAN
=pod
=head1 NAME
Apache2::ASP::Manual::GettingStarted - Getting started with Apache2::ASP
=head1 DESCRIPTION
L<Apache2::ASP> is a web application development framework similar to Microsoft
Classic ASP, Microsoft ASP.Net, JSP, ColdFusion or PHP.
B<NOTE:> Apache2::ASP is B<not> an exact copy of Microsoft Classic ASP or ASP.Net, and
code written for Classic ASP or ASP.Net will not function under Apache2::ASP.
Right out of the box, L<Apache2::ASP> provides a robust set of tools and
best-practices that make it easy to build web applications.
=head1 INSTALLATION: LINUX
( run in 0.641 second using v1.01-cache-2.11-cpan-e1769b4cff6 )