-
-
25 Mar 2011 17:47:10 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (3)
- Testers (337 / 69 / 9)
- Kwalitee
Bus factor: 0- % Coverage
- License: artistic_1
- Activity
24 month- Tools
- Download (126.01KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- CGI::Apache2::Wrapper
- CGI::Simple
- Cwd
- DBD::SQLite
- DBI
- Data::Properties::YAML
- Digest::MD5
- HTML::Form
- HTTP::Body
- HTTP::Date
- HTTP::Request::AsCGI
- IO::File
- Ima::DBI
- MIME::Types
- Mail::Sendmail
- Storable
- Test::Memory::Cycle
- Test::More
- Time::HiRes
- XML::Parser
- XML::Simple
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 2.46 - 2011-03-25
- !!DEPRECATED!! in favor of ASP4.
- Please don't use Apache2::ASP for any new development.
- Use ASP4 instead; it is much better, faster and maintained.
- Upgrading from Apache2::ASP to ASP4 is quite easy - just convert your apache2-asp-config.xml to asp4-config.json, update/remove your GlobalASA.pm and update your httpd.conf.
Documentation
How to use Apache2::ASP properlyLearn Apache2::ASP in 10 minutes.Getting started with Apache2::ASPModules
ASP for Perl, reloaded. (DEPRECATED use ASP4 instead)A public API for all Apache2::ASP web applications.handler for all *.asp requestsbase class for all *.asp scriptsThe $Application objectMySQL storage for the $Application objectSQLite storage for the $Application objectCentral configuration for Apache2::ASPUniversal configuration finderUniversal access to the configuration.generic configuration elementthe 'system' portion of the config.The $Config->system->settings collectionThe $Config->web object.Initial Configuration parserBase class for configuration post-processorsDefault fatal error handlerBase class for form handlersBase GlobalASA classContextual execution harness for ASP scripts.base HTTP handler classInstant file management for Apache2::ASP applicationsMimics the APR::Socket objectMimics the Apache2::Connection objectMimics the $r->pool APR::Pool objectMimics the mod_perl2 Apache2::RequestRec object ($r)mod_perl2 PerlResponseHandler for Apache2::ASPA wrapper for CGI utility functions.Incoming request object.Filter incoming requestsOutgoing response object.Utility methods for Apache2::ASPBase class for Session State Managers.MySQL backend for Apache2::ASP Session stateSQLite backend for Apache2::ASP Session stateBasic CGI functionalitybase class for all test helper objects.Simle text fixtures for Apache2::ASP web applications.Execute ASP scripts without a webserver.PerlTransHandler with access to Apache2::ASP::ConfigBase class for Handlers that process file uploadsAn upload hook for Apache2::RequestArgument for UploadHook instancesProvides
in lib/Apache2/ASP/ASPDOM/Document.pmin lib/Apache2/ASP/ASPDOM/Node.pmin lib/Apache2/ASP/ApplicationStateManager/Memcached.pmin lib/Apache2/ASP/ApplicationStateManager/NonPersisted.pmin lib/Apache2/ASP/CacheManager.pmin lib/Apache2/ASP/HTTPContext/FilterResolver.pmin lib/Apache2/ASP/HTTPContext/HandlerResolver.pmin lib/Apache2/ASP/HTTPContext/HandlerRunner.pmin lib/Apache2/ASP/HTTPContext/SubContext.pmin lib/Apache2/ASP/SessionStateManager/Memcached.pmin lib/Apache2/ASP/SessionStateManager/NonPersisted.pmin lib/Apache2/ASP/Test/UploadObject.pmOther files
Module Install Instructions
To install Apache2::ASP, copy and paste the appropriate command in to your terminal.
cpanm Apache2::ASP
perl -MCPAN -e shell install Apache2::ASP
For more information on module installation, please visit the detailed CPAN module installation guide.