r59746 - in /trunk/libtext-autoformat-perl: Changes MANIFEST META.yml README debian/changelog lib/Text/Autoformat.pm

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Wed Jun 23 06:45:03 UTC 2010


Author: carnil-guest
Date: Wed Jun 23 06:44:41 2010
New Revision: 59746

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59746
Log:
New upstream release

Modified:
    trunk/libtext-autoformat-perl/Changes
    trunk/libtext-autoformat-perl/MANIFEST
    trunk/libtext-autoformat-perl/META.yml
    trunk/libtext-autoformat-perl/README
    trunk/libtext-autoformat-perl/debian/changelog
    trunk/libtext-autoformat-perl/lib/Text/Autoformat.pm

Modified: trunk/libtext-autoformat-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-autoformat-perl/Changes?rev=59746&op=diff
==============================================================================
--- trunk/libtext-autoformat-perl/Changes (original)
+++ trunk/libtext-autoformat-perl/Changes Wed Jun 23 06:44:41 2010
@@ -1,133 +1,133 @@
 Revision history for Text-Autoformat
 
 0.01  Mon Nov  3 14:05:02 1997
-	- original version; created by h2xs 1.18
+    - original version; created by h2xs 1.18
 
-1.03	Thu Oct 26 10:14:20 2000
+1.03    Thu Oct 26 10:14:20 2000
 
-	- Tweaked test.pl and POD
+    - Tweaked test.pl and POD
 
-	- required 5.005
-	  (module uses funky stuff that's broken in earlier perls - sorry Dave)
+    - required 5.005
+      (module uses funky stuff that's broken in earlier perls - sorry Dave)
 
-	- added break_TeX subroutine to take advantage of TeX::Hyphen
-	  if it's installed.
+    - added break_TeX subroutine to take advantage of TeX::Hyphen
+      if it's installed.
 
-	- documented "sticky" config mode
+    - documented "sticky" config mode
 
-	- Changed semantics of footer generation slightly (see doc)
+    - Changed semantics of footer generation slightly (see doc)
 
-	- fixed niggle in widow handling under full justification
+    - fixed niggle in widow handling under full justification
 
-	- Added pagenum option to control page numbering
+    - Added pagenum option to control page numbering
 
-	- Added three-part hash specification option for headers and footers
-	  (thanks Chaim)
+    - Added three-part hash specification option for headers and footers
+      (thanks Chaim)
 
         - Added separator handling to autoformat -- also fixes
           underlining of heading (thanks very much Simon)
 
 
-1.04	Tue Dec  5 10:31:22 2000
+1.04    Tue Dec  5 10:31:22 2000
 
-	- Limited numerical bullets to 3 digits.
-	  This stops autoformat from misclassifying orphaned years such as
-	  2001.
+    - Limited numerical bullets to 3 digits.
+      This stops autoformat from misclassifying orphaned years such as
+      2001.
 
-	- Added new abbreviations
+    - Added new abbreviations
 
-	- Doc patch on numerical formatting (thanks Andy)
+    - Doc patch on numerical formatting (thanks Andy)
 
-	- Major bug fixes to renumbering mechanism
+    - Major bug fixes to renumbering mechanism
 
-	- Turned off renumbering in quoted text.
+    - Turned off renumbering in quoted text.
 
-	- Added correct autostringification of autostringifying objects
-	  passed to &form. (Thanks Leon)
+    - Added correct autostringification of autostringifying objects
+      passed to &form. (Thanks Leon)
 
-	- Cleaned up "evil" exporting code left over from testing
-	  (Thanks Rick)
+    - Cleaned up "evil" exporting code left over from testing
+      (Thanks Rick)
 
 
-1.07	Wed Apr  2 04:45:05 2003
+1.07    Wed Apr  2 04:45:05 2003
 
-	- Tweaked pod to remove invalid markup
+    - Tweaked pod to remove invalid markup
 
-	- Fixed left justification of last line of fully justified text
-	  (thanks Elias)
+    - Fixed left justification of last line of fully justified text
+      (thanks Elias)
 
-	- Devolved &from and &tag to Text::Reform
+    - Devolved &from and &tag to Text::Reform
 
-	- Fixed incorrect handling of stringifiable objects (thanks dLux)
+    - Fixed incorrect handling of stringifiable objects (thanks dLux)
 
-	- Fixed bugs on null input (now short-circuits)
+    - Fixed bugs on null input (now short-circuits)
 
-	- Fixed unwarranted trimming of trailing newlines (thanks Mark)
+    - Fixed unwarranted trimming of trailing newlines (thanks Mark)
 
-	- Added C<renumber> option to control renumbering
+    - Added C<renumber> option to control renumbering
 
-	- Preserved capitalization of abbreviations under case changes
-	  (thanks Alex)
+    - Preserved capitalization of abbreviations under case changes
+      (thanks Alex)
 
-	- Added "autocentre" flag to switch off auto-centring of paras
+    - Added "autocentre" flag to switch off auto-centring of paras
 
-	- Added "ignore" flag to control which paragraphs are reformatted
-	  (thanks Tony)
+    - Added "ignore" flag to control which paragraphs are reformatted
+      (thanks Tony)
 
 
-1.08	Wed Apr  2 22:30:05 2003
+1.08    Wed Apr  2 22:30:05 2003
 
-	- Simplified test.pl
+    - Simplified test.pl
 
 
-1.10	Wed Apr  9 08:49:51 2003
+1.10    Wed Apr  9 08:49:51 2003
 
-	- Fixed test.pl again!!!
+    - Fixed test.pl again!!!
 
 
-1.11	Wed May  7 09:44:26 2003
+1.11    Wed May  7 09:44:26 2003
 
-	- Enhanced "highlight" casing mode (thanks Tom)
+    - Enhanced "highlight" casing mode (thanks Tom)
 
-	- Made hyphenation smarter (thanks Raj)
+    - Made hyphenation smarter (thanks Raj)
 
 
-1.12	Tue May 27 23:34:33 2003
+1.12    Tue May 27 23:34:33 2003
 
-	- Now honours -- mail sig introducer
-	  (stops formatting that that point)
+    - Now honours -- mail sig introducer
+      (stops formatting that that point)
 
-	- Now ignores mail headers
+    - Now ignores mail headers
 
-	- Added exportable &ignore_headers for 
-	  when using in user-defined "ignore" subs
+    - Added exportable &ignore_headers for 
+      when using in user-defined "ignore" subs
 
-	- Now handles of embedded HTML entities 
-	  (thanks David)
+    - Now handles of embedded HTML entities 
+      (thanks David)
 
-	- Added call to C<use utf8> for 5.6 compatibility
-	  (thanks Paolo)
+    - Added call to C<use utf8> for 5.6 compatibility
+      (thanks Paolo)
 
-	- Restricted normal numbering to the range 0-999
-	  to prevent false numbering caused by a year (like
-	  1999) at the start of a line (like this)
+    - Restricted normal numbering to the range 0-999
+      to prevent false numbering caused by a year (like
+      1999) at the start of a line (like this)
 
-	- Fixed subtle bug with words starting with "ps-"
-	  being treated as post scripts (thanks Rashid!)
+    - Fixed subtle bug with words starting with "ps-"
+      being treated as post scripts (thanks Rashid!)
 
 
-1.13	Wed May  4 22:44:20 2005
+1.13    Wed May  4 22:44:20 2005
 
-	- Added sample config files for emacs and vim
+    - Added sample config files for emacs and vim
 
-	- Extended allows "Name>" quoters to "Name_1>" (thanks Simon)
+    - Extended allows "Name>" quoters to "Name_1>" (thanks Simon)
 
-	- Fixed weird behaviour of "(e.g. at start of line" (thanks Tim)
+    - Fixed weird behaviour of "(e.g. at start of line" (thanks Tim)
 
-	- Fixed handling of mail headers by adding "mail" option
-	  (thanks Struan)
+    - Fixed handling of mail headers by adding "mail" option
+      (thanks Struan)
 
-	- Fixed bug in quoters (thanks Steve)
+    - Fixed bug in quoters (thanks Steve)
 
     - Added a C<lists> option to turn off special treatment of apparent
       lists (thanks Ingvar)
@@ -177,3 +177,8 @@
 1.669001  Fri May 28 07:38:36 2010
 
     - Added major improvements to the 'ignore' option (thanks Dan!)
+
+
+1.669002  Tue Jun 22 15:39:35 2010
+
+    - Patched missing case in 'ignore' option handling (thanks Alan)

Modified: trunk/libtext-autoformat-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-autoformat-perl/MANIFEST?rev=59746&op=diff
==============================================================================
--- trunk/libtext-autoformat-perl/MANIFEST (original)
+++ trunk/libtext-autoformat-perl/MANIFEST Wed Jun 23 06:44:41 2010
@@ -6,6 +6,6 @@
 README
 lib/Text/Autoformat.pm
 t/00.load.t
+t/01.ignore.t
 config.emacs
 config.vim
-t/01.ignore.t

Modified: trunk/libtext-autoformat-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-autoformat-perl/META.yml?rev=59746&op=diff
==============================================================================
--- trunk/libtext-autoformat-perl/META.yml (original)
+++ trunk/libtext-autoformat-perl/META.yml Wed Jun 23 06:44:41 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Text-Autoformat
-version:             1.669001
+version:             1.669002
 abstract:            Automatic text wrapping and reformatting
 license:             ~
 author:              

Modified: trunk/libtext-autoformat-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-autoformat-perl/README?rev=59746&op=diff
==============================================================================
--- trunk/libtext-autoformat-perl/README (original)
+++ trunk/libtext-autoformat-perl/README Wed Jun 23 06:44:41 2010
@@ -1,4 +1,4 @@
-Text::Autoformat version 1.669001
+Text::Autoformat version 1.669002
 
 NAME
     Text::Autoformat - Automatic and manual text wrapping and reformating

Modified: trunk/libtext-autoformat-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-autoformat-perl/debian/changelog?rev=59746&op=diff
==============================================================================
--- trunk/libtext-autoformat-perl/debian/changelog (original)
+++ trunk/libtext-autoformat-perl/debian/changelog Wed Jun 23 06:44:41 2010
@@ -1,3 +1,9 @@
+libtext-autoformat-perl (1.669002-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Wed, 23 Jun 2010 08:44:07 +0200
+
 libtext-autoformat-perl (1.669001-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libtext-autoformat-perl/lib/Text/Autoformat.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-autoformat-perl/lib/Text/Autoformat.pm?rev=59746&op=diff
==============================================================================
--- trunk/libtext-autoformat-perl/lib/Text/Autoformat.pm (original)
+++ trunk/libtext-autoformat-perl/lib/Text/Autoformat.pm Wed Jun 23 06:44:41 2010
@@ -2,7 +2,7 @@
 
 use strict; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); use Carp;
 use 5.005;
-our $VERSION = '1.669001';
+our $VERSION = '1.669002';
 
 require Exporter;
 
@@ -485,6 +485,9 @@
     elsif ($ignore_arg =~ /^indent/i) {
         $ignore = sub { ignore_headers(@_) || /$ignore_indent/ };
     }
+    else {
+        $ignore = $ignore_arg;
+    }
     croak "Expected suboutine reference as value for -ignore option"
         if ref $ignore ne 'CODE';
     return $ignore;
@@ -857,8 +860,7 @@
 
 =head1 VERSION
 
-This document describes version 1.669001 of Text::Autoformat
-released Apr 16, 2009.
+This document describes version 1.669002 of Text::Autoformat
 
 =head1 SYNOPSIS
 




More information about the Pkg-perl-cvs-commits mailing list