--- nfo/perl/scripts/xupdate/xupdate.pl 2003/05/01 20:41:47 1.1 +++ nfo/perl/scripts/xupdate/xupdate.pl 2003/05/01 23:43:58 1.2 @@ -1,9 +1,12 @@ #!/usr/bin/perl ## ------------------------------------------------------------------------- -## $Id: xupdate.pl,v 1.1 2003/05/01 20:41:47 joko Exp $ +## $Id: xupdate.pl,v 1.2 2003/05/01 23:43:58 joko Exp $ ## ------------------------------------------------------------------------- ## $Log: xupdate.pl,v $ +## Revision 1.2 2003/05/01 23:43:58 joko +## required debugging flag +## ## Revision 1.1 2003/05/01 20:41:47 joko ## initial commit, partly from joko/Scripts/xupdate/xupdate.pl. ## @@ -49,7 +52,8 @@ sub main { my $xupdate = XML::XUpdate::XSLT->new( - warnings => 1 + debug => 0, + warnings => 1, ); #print Dumper($xupdate);