summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorAlex Brelsfoard <alex@Alexs-MacBook-Pro.local>2015-02-09 22:54:30 -0500
committerAlex Brelsfoard <alex@Alexs-MacBook-Pro.local>2015-02-09 22:54:30 -0500
commit9a863e4092d480adc90e98f7d620d56d98398d89 (patch)
treea0b880620d9a6a4a782414b126518d8c84ae20ae /Makefile.PL
parent4f046ec058d8516765a96f8e2e37c8cc4310fc4c (diff)
Converting the XML templating to now use XML::Writer
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
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', },