head 1.2; access; symbols pkgsrc-2015Q1:1.1.1.1.0.46 pkgsrc-2015Q1-base:1.1.1.1 pkgsrc-2014Q4:1.1.1.1.0.44 pkgsrc-2014Q4-base:1.1.1.1 pkgsrc-2014Q3:1.1.1.1.0.42 pkgsrc-2014Q3-base:1.1.1.1 pkgsrc-2014Q2:1.1.1.1.0.40 pkgsrc-2014Q2-base:1.1.1.1 pkgsrc-2014Q1:1.1.1.1.0.38 pkgsrc-2014Q1-base:1.1.1.1 pkgsrc-2013Q4:1.1.1.1.0.36 pkgsrc-2013Q4-base:1.1.1.1 pkgsrc-2013Q3:1.1.1.1.0.34 pkgsrc-2013Q3-base:1.1.1.1 pkgsrc-2013Q2:1.1.1.1.0.32 pkgsrc-2013Q2-base:1.1.1.1 pkgsrc-2013Q1:1.1.1.1.0.30 pkgsrc-2013Q1-base:1.1.1.1 pkgsrc-2012Q4:1.1.1.1.0.28 pkgsrc-2012Q4-base:1.1.1.1 pkgsrc-2012Q3:1.1.1.1.0.26 pkgsrc-2012Q3-base:1.1.1.1 pkgsrc-2012Q2:1.1.1.1.0.24 pkgsrc-2012Q2-base:1.1.1.1 pkgsrc-2012Q1:1.1.1.1.0.22 pkgsrc-2012Q1-base:1.1.1.1 pkgsrc-2011Q4:1.1.1.1.0.20 pkgsrc-2011Q4-base:1.1.1.1 pkgsrc-2011Q3:1.1.1.1.0.18 pkgsrc-2011Q3-base:1.1.1.1 pkgsrc-2011Q2:1.1.1.1.0.16 pkgsrc-2011Q2-base:1.1.1.1 pkgsrc-2011Q1:1.1.1.1.0.14 pkgsrc-2011Q1-base:1.1.1.1 pkgsrc-2010Q4:1.1.1.1.0.12 pkgsrc-2010Q4-base:1.1.1.1 pkgsrc-2010Q3:1.1.1.1.0.10 pkgsrc-2010Q3-base:1.1.1.1 pkgsrc-2010Q2:1.1.1.1.0.8 pkgsrc-2010Q2-base:1.1.1.1 pkgsrc-2010Q1:1.1.1.1.0.6 pkgsrc-2010Q1-base:1.1.1.1 pkgsrc-2009Q4:1.1.1.1.0.4 pkgsrc-2009Q4-base:1.1.1.1 pkgsrc-2009Q3:1.1.1.1.0.2 pkgsrc-2009Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2015.04.27.12.17.31; author mef; state dead; branches; next 1.1; commitid c5ZRUteMXDVn2ejy; 1.1 date 2009.08.17.19.28.10; author sno; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.08.17.19.28.10; author sno; state Exp; branches; next ; desc @@ 1.2 log @Update 2.71 to 2.77 ------------------- 2.77 2015-02-27 - merge a series of doc and test cleanup patches from Breno G. de Oliveira (garu) 2.76 2015-01-05 - tests patched to fix some locales (https://rt.cpan.org/Ticket/Display.html?id=99972) 2.75 2014-05-09 - official release, no code change from 2.74_04 2.74_04 2014-05-07 - tweek tests to reflect sprintf rounding differences on some machines 2.74_03 2014-05-06 - port tests to Test::More to get better diagnostics from cpantesters 2.74_02 2014-05-02 - attempt to address failing test 10 on some cpantesters 2.74_01 2014-05-01 - Peter Karman took over maintenance. - repo started at https://github.com/karpet/template-plugin-autoformat - fixed failing tests, switching to standard initial-cap for plugin name before: USE autoformat after : USE Autoformat @ 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' => { @ 1.1 log @Initial revision @ text @@ 1.1.1.1 log @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. @ text @@