diff options
author | Alex Brelsfoard <alex@Alexs-MacBook-Pro.local> | 2015-02-09 22:54:30 -0500 |
---|---|---|
committer | Alex Brelsfoard <alex@Alexs-MacBook-Pro.local> | 2015-02-09 22:54:30 -0500 |
commit | 9a863e4092d480adc90e98f7d620d56d98398d89 (patch) | |
tree | a0b880620d9a6a4a782414b126518d8c84ae20ae /extra | |
parent | 4f046ec058d8516765a96f8e2e37c8cc4310fc4c (diff) |
Converting the XML templating to now use XML::Writer
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/test.pl b/extra/test.pl index bca3628..50aa857 100755 --- a/extra/test.pl +++ b/extra/test.pl @@ -66,7 +66,7 @@ sub main { sub ProcessTransaction { my $transaction = shift; - print "Processing transaction with content:\n".Dumper(\%content)."\n"; + #print "Processing transaction with content:\n".Dumper(\%content)."\n"; $transaction->content(%content); eval { $transaction->submit(); }; |