summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandr Ciornii <alexchorny@gmail.com>2017-01-04 15:04:42 +0200
committerAlexandr Ciornii <alexchorny@gmail.com>2017-01-04 15:04:42 +0200
commitfcc7b54a2f46058c7f098de969c526ccd0afcd9e (patch)
tree0a7b9179e887469fa26ed16c61234f933ac25e1b
parentc7e5e1f2935637c671e00639accd309c63d94437 (diff)
repository for META.*
-rw-r--r--Build.PL5
1 files changed, 5 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 77b6758..e35c9e1 100644
--- a/Build.PL
+++ b/Build.PL
@@ -20,6 +20,11 @@ my $build = Module::Build->new
"Test" => "0",
},
keywords => [ "Cron", "Scheduler", "Job" ],
+ meta_merge => {
+ resources => {
+ repository => 'http://github.com/rhuss/schedule-cron',
+ },
+ },
provides => {
"Schedule::Cron" => {
file => "lib/Schedule/Cron.pm"