From f0f53bf115ba53a5908590adf82f903efc8757cf Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 29 Aug 2016 16:17:13 +0100 Subject: prepare for dzil --- Changes | 3 +++ Makefile.PL | 17 ----------------- 2 files changed, 3 insertions(+), 17 deletions(-) create mode 100644 Changes delete mode 100644 Makefile.PL diff --git a/Changes b/Changes new file mode 100644 index 0000000..7f70ed9 --- /dev/null +++ b/Changes @@ -0,0 +1,3 @@ +{{$NEXT}} + - fixed example code as per RT#116737, thanks Alastair Cooke + - switched to Dist::Zilla diff --git a/Makefile.PL b/Makefile.PL deleted file mode 100644 index 5a37bda..0000000 --- a/Makefile.PL +++ /dev/null @@ -1,17 +0,0 @@ -use inc::Module::Install; - -name 'PPIx-XPath'; -license 'perl'; -all_from 'lib/PPIx/XPath.pm'; - -requires 'Tree::XPathEngine' => 0, - 'PPI' => '1.2', - 'Scalar::Util' => 0, - 'Carp' => 0, - 'perl' => '5.6.0', -; - -test_requires 'Test::Most' => 0, -; - -WriteAll; -- cgit v1.2.3