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 /Makefile.PL | |
parent | 4f046ec058d8516765a96f8e2e37c8cc4310fc4c (diff) |
Converting the XML templating to now use XML::Writer
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index fe27943..a774fdb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,7 +15,7 @@ WriteMakefile( 'Test::More' => 0, 'Business::OnlinePayment' => 3.01, 'XML::Simple' => 0, - 'Template' => 0, + 'XML::Writer' => 0, 'Data::Dumper' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, |