From c4c2d9f6b3722933cfde82839d296eaff31f11cb Mon Sep 17 00:00:00 2001 From: "Jon Allen (JJ)" Date: Fri, 4 Sep 2009 13:50:27 +0100 Subject: [PATCH] Added homepage and repository details to Makefile.PL --- META.yml | 4 ++-- Makefile.PL | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/META.yml b/META.yml index 1f0075c..0fb9538 100644 --- a/META.yml +++ b/META.yml @@ -1,5 +1,5 @@ --- -abstract: 'Catalyst view to resize images' +abstract: 'Catalyst view to resize images for thumbnails' author: - 'Jon Allen (JJ) ' build_requires: @@ -24,7 +24,7 @@ requires: Imager: 0 parent: 0 resources: - license: http://dev.perl.org/licenses/ homepage: http://perl.jonallen.info/projects/catalyst-view-thumbnail + license: http://dev.perl.org/licenses/ repository: http://github.com/jonallen/Catalyst-View-Thumbnail/tree/master version: 0.01 diff --git a/Makefile.PL b/Makefile.PL index d5fdf77..5db72f3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,6 +4,8 @@ name 'Catalyst-View-Thumbnail'; all_from 'lib/Catalyst/View/Thumbnail.pm'; author q{Jon Allen (JJ) }; license 'perl'; +repository 'http://github.com/jonallen/Catalyst-View-Thumbnail/tree/master'; +homepage 'http://perl.jonallen.info/projects/catalyst-view-thumbnail'; requires 'parent' => 0; requires 'Catalyst::View' => 0;