From 482b2eb995908adc5264af2f8f069b03a7d8ac15 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Wed, 12 Oct 2011 21:52:20 -0600 Subject: [PATCH 1/1] add convenience targets to build system --- Makefile.PL | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 <