From: Charles McGarvey Date: Thu, 13 Oct 2011 03:52:20 +0000 (-0600) Subject: add convenience targets to build system X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fchatty;a=commitdiff_plain;h=482b2eb995908adc5264af2f8f069b03a7d8ac15 add convenience targets to build system --- diff --git a/Makefile.PL b/Makefile.PL index 40bca1b..8c9e7c8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,6 +20,16 @@ requires 'Config::General'; # This should reflect the config file format you've test_requires 'Test::More' => '0.88'; catalyst; +# Add targets to run the developer server. +sub MY::postamble { + return <