From 242c6b06a1f5e03be56acffb4eafd1ebf09b6803 Mon Sep 17 00:00:00 2001 From: Chris Williams Date: Fri, 29 May 2009 11:07:46 +0100 Subject: [PATCH] Replaced auto_set_repository with githubmeta --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index f25ea177..ffa0e66b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,7 +23,6 @@ NOTICE _no_dns() unless $GOT_DNS; -eval "auto_set_repository()"; name 'POE-Component-IRC'; license 'perl'; author 'Chris Williams '; @@ -46,6 +45,7 @@ tests 't/*.t t/*/*.t t/*/*/*.t'; author_tests 'xt'; clean_files 'README.send Changes.resume followtail logger_test'; auto_provides; +githubmeta; WriteAll(); exit 0;