From: Dagfinn Ilmari Mannsåker Date: Thu, 13 Jun 2013 20:39:31 +0000 (+0100) Subject: Fix duplicate word in DESCRIPTION (RT#86072) X-Git-Tag: v0.001011~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0dc049ebcba72bb4beb3bd7345b13580a92c0990;p=p5sagit%2FSub-Exporter-Progressive.git Fix duplicate word in DESCRIPTION (RT#86072) --- diff --git a/Changes b/Changes index da0731b..c41ce0b 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,5 @@ - Fix SYNOPSIS + - Fix duplicate word in DESCRIPTION (RT#86072) 0.001010 - 2013-03-26 - Fix module name in Makefile.PL (RT#83932) diff --git a/lib/Sub/Exporter/Progressive.pm b/lib/Sub/Exporter/Progressive.pm index eea522f..60a5eaa 100644 --- a/lib/Sub/Exporter/Progressive.pm +++ b/lib/Sub/Exporter/Progressive.pm @@ -125,7 +125,7 @@ L is an incredibly powerful module, but with that power comes great responsibility, er- as well as some runtime penalties. This module is a C wrapper that will let your users just use L if all they are doing is picking exports, but use C if your -users try to use C's more advanced features features, like +users try to use C's more advanced features, like renaming exports, if they try to use them. Note that this module will export C<@EXPORT>, C<@EXPORT_OK> and