CGI-Application-PhotoGallery
view release on metacpan or search on metacpan
(RT #30322)
- fix up photo_single.tmpl to break the image out of the 755px container
0.08 Mon Nov 05 2007
- use HTTP::Date to parse If-Modified-Since header (RT #30317)
0.07 Sat Oct 06 2007
- switched to Module::Install
- handle undef returns from MIME::Types (Alexander Becker)
- using File::ShareDir for default templates
- synchronize all version numbers
0.06 Wed Sep 14 2005
- fixed removal of relative url-specified paths
0.05 Tue Sep 13 2005
- changed Mime::Types to MIME::Types (closes RT #14564)
0.04 Thu Sep 08 2005
- added pod_coverage.t
- major refactoring
inc/Module/Install.pm view on Meta::CPAN
# }
use 5.005;
use strict 'vars';
use Cwd ();
use File::Find ();
use File::Path ();
use vars qw{$VERSION $MAIN};
BEGIN {
# All Module::Install core packages now require synchronised versions.
# This will be used to ensure we don't accidentally load old or
# different versions of modules.
# This is not enforced yet, but will be some time in the next few
# releases once we can make sure it won't clash with custom
# Module::Install extensions.
$VERSION = '1.06';
# Storage for the pseudo-singleton
$MAIN = undef;
( run in 0.413 second using v1.01-cache-2.11-cpan-0d8aa00de5b )