3f426df7ab
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.
11 lines
396 B
Text
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' => {
|