From: Arthur Axel 'fREW' Schmidt Date: Sun, 29 Jul 2012 21:43:57 +0000 (-0500) Subject: line numbers will match in the code now X-Git-Tag: v0.001000~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSub-Exporter-Progressive.git;a=commitdiff_plain;h=18f84e128deaf6aed715e1195b682e287ee4657c line numbers will match in the code now --- diff --git a/dist.ini b/dist.ini index af46e2d..051db48 100644 --- a/dist.ini +++ b/dist.ini @@ -17,7 +17,7 @@ repository.type = git [MetaJSON] [PodWeaver] -[PkgVersion] +[OurPkgVersion] [ReadmeFromPod] [PodSyntaxTests] diff --git a/lib/Sub/Exporter/Progressive.pm b/lib/Sub/Exporter/Progressive.pm index e77ca34..325d103 100644 --- a/lib/Sub/Exporter/Progressive.pm +++ b/lib/Sub/Exporter/Progressive.pm @@ -5,6 +5,8 @@ package Sub::Exporter::Progressive; use strict; use warnings; +# VERSION + use List::Util 'first'; sub import {