This seems to work.

in patches directory of p5-SVG

# cat patch-lib_SVG_Extension.pm
--- lib/SVG/Extension.pm.orig Sat Apr  3 13:41:42 2010
+++ lib/SVG/Extension.pm Sat Apr  3 13:41:55 2010
@@ -23,6 +23,9 @@
%TYPES=map { $_ => 1 } @TYPES;

#-----------------
+=head1 NAME
+
+SVG::Extension

sub new {
    return shift->SUPER::new(@_);

It patches the file and produces the needed results, as far as I can tell.
man SVG::Extension
and
perldoc SVG::Extension
work with update

--
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