Update of /cvsroot/flexml/flexml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4453
Modified Files:
flexml.pl
Log Message:
Add "confess" to list of symbols used from Carp.
Index: flexml.pl
===================================================================
RCS file: /cvsroot/flexml/flexml/flexml.pl,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- flexml.pl 23 Feb 2005 23:08:16 -0000 1.44
+++ flexml.pl 3 Mar 2006 19:25:46 -0000 1.45
@@ -29,7 +29,7 @@
use Getopt::Std;
use LWP::UserAgent;
-use Carp qw/cluck/;
+use Carp qw/cluck confess/;
use strict;
|