Navigation Menu

Skip to content

Commit

Permalink
added github meta info
Browse files Browse the repository at this point in the history
  • Loading branch information
mschilli committed Feb 21, 2010
1 parent c5f6644 commit 3b73ce6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile.PL
Expand Up @@ -3,6 +3,15 @@
# 2007, Mike Schilli <cpan@perlmeister.com> # 2007, Mike Schilli <cpan@perlmeister.com>
###################################################################### ######################################################################
use ExtUtils::MakeMaker; use ExtUtils::MakeMaker;

my $meta_merge = {
META_MERGE => {
resources => {
repository => 'http://github.com/mschilli/cache-historical-perl',
},
}
};

WriteMakefile( WriteMakefile(
'NAME' => 'Cache::Historical', 'NAME' => 'Cache::Historical',
'VERSION_FROM' => 'Historical.pm', # finds $VERSION 'VERSION_FROM' => 'Historical.pm', # finds $VERSION
Expand All @@ -13,6 +22,7 @@ WriteMakefile(
Rose::DB::Object::Loader => 0.764, Rose::DB::Object::Loader => 0.764,
Log::Log4perl => 1, Log::Log4perl => 1,
}, # e.g., Module::Name => 1.1 }, # e.g., Module::Name => 1.1
$ExtUtils::MakeMaker::VERSION >= 6.50 ? (%$meta_merge) : (),
($] >= 5.005 ? ## Add these new keywords supported since 5.005 ($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'Historical.pm', (ABSTRACT_FROM => 'Historical.pm',
AUTHOR => 'Mike Schilli <cpan@perlmeister.com>') : ()), AUTHOR => 'Mike Schilli <cpan@perlmeister.com>') : ()),
Expand Down

0 comments on commit 3b73ce6

Please sign in to comment.