Adding directory patches
This solves perldoc and man problems

# cat patch-lib_Text_Autoformat.pm
--- lib/Text/Autoformat.pm.orig Sun Apr  4 05:23:58 2010
+++ lib/Text/Autoformat.pm      Sun Apr  4 05:24:37 2010
@@ -550,21 +550,6 @@
# blockquote($text,$para, $format, $tlen, \...@hang, \%args);
sub blockquote {
       my ($dummy, $para, $format, $tlen, $hang, $args) = @_;
-=begin other
-       print STDERR "[", join("|", $para->{raw} =~
-/ \A(\s*)              # $1 - leading whitespace (quotation)
-          (["']|``)            # $2 - opening quotemark
-          (.*)                 # $3 - quotation
-          (''|\2)              # $4 closing quotemark
-          \s*?\n               # trailing whitespace
-          (\1[ ]+)             # $5 - leading whitespace (attribution)
-          (--|-)               # $6 - attribution introducer
-          ([^\n]*?$)           # $7 - attribution line 1
-          ((\5[^\n]*?$)*)              # $8 - attributions lines 2-N
-          \s*\Z
-        /xsm
-), "]\n";
-=cut
       $para->{text} =~
/ \A(\s*) # $1 - leading whitespace (quotation)
          (["']|``)            # $2 - opening quotemark


--
A human being should be able to change a diaper, plan an invasion,
butcher a hog, conn a ship, design a building, write a sonnet, balance
accounts, build a wall, set a bone, comfort the dying, take orders,
give orders, cooperate, act alone, solve equations, analyze a new
problem, pitch manure, program a computer, cook a tasty meal, fight
efficiently, die gallantly. Specialization is for insects.
  -- Robert Heinlein

Reply via email to