pkgsrc/textproc/p5-Template-Plugin-Autoformat/patches/patch-aa
sno 3f426df7ab Importing new package for p5 module Template::Plugin::Autoformat version
2.71. This module was included in Template::Toolkit until 2.21 - since
2.22 it's distributed separately.

This Template Toolkit plugin module is an interface to Damian Conway's
Text::Autoformat Perl module which provides advanced text wrapping and
formatting.
2009-08-17 19:28:10 +00:00

11 lines
396 B
Text

--- Makefile.PL.orig 2009-08-17 19:13:38.000000000 +0000
+++ Makefile.PL 2009-08-17 19:13:56.000000000 +0000
@@ -5,7 +5,7 @@
use ExtUtils::MakeMaker;
my %opts = (
- 'NAME' => 'Template-Plugin-Autoformat',
+ 'NAME' => 'Template::Plugin::Autoformat',
'VERSION_FROM' => 'lib/Template/Plugin/Autoformat.pm',
'PMLIBDIRS' => [ 'lib' ],
'PREREQ_PM' => {