package Apache2::ASP::ApplicationStateManager::SQLite; use base 'Apache2::ASP::ApplicationStateManager'; 1;# return true: __END__ =pod =head1 NAME Apache2::ASP::ApplicationStateManager::SQLite - SQLite storage for the $Application object =head1 DESCRIPTION This package provides an SQLite backend for persisting Application state. Mostly intended for testing, and used as part of the unit tests that ship with Apache2::ASP. =head1 SEE ALSO L =head1 BUGS It's possible that some bugs have found their way into this release. Use RT L to submit bug reports. =head1 HOMEPAGE Please visit the Apache2::ASP homepage at L to see examples of Apache2::ASP in action. =head1 AUTHOR John Drago L =head1 COPYRIGHT AND LICENSE Copyright 2007 John Drago, All rights reserved. This software is free software. It may be used and distributed under the same terms as Perl itself. =cut