package Apache::Sling; use 5.008008; use strict; use warnings; require Exporter; use base qw(Exporter); our @EXPORT_OK = (); our $VERSION = '0.07'; # Preloaded methods go here. 1; __END__ =head1 NAME Apache::Sling - Perl library for interacting with the apache sling web framework =head1 SYNOPSIS use Apache::Sling; =head1 DESCRIPTION The Apache::Sling perl library is designed to provide a perl based interface on to the Apache sling web framework. =head2 EXPORT None by default. =head1 SEE ALSO Mention other useful documentation such as the documentation of related modules or operating system documentation (such as man pages in UNIX), or any relevant external documentation such as RFCs or standards. If you have a web site set up for your module, mention it here. =head1 AUTHOR D. D. Parry, Eperl@ddp.me.ukE =head1 VERSION 0.03 =head1 LICENSE AND COPYRIGHT Copyright (C) 2010 by D. D. Parry This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available. =cut