Skip to content

Commit

Permalink
XML writing is not strictly necessary for everything else to work
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi committed Sep 23, 2012
1 parent b5bd458 commit cb9a77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ my $deps = {
'Parse::RecDescent' => '1.967009',
'DBI' => '0',
'File::ShareDir' => '1.0',
'XML::Writer' => '0.500',
'Moo' => '1.000003',
'Package::Variant' => '1.001001',
'Sub::Quote' => '0',
Expand All @@ -32,6 +31,7 @@ my $deps = {
},
test_requires => {
'YAML' => '0.66',
'XML::Writer' => '0.500',
'Test::More' => '0.88',
'Test::Differences' => '0',
'Test::Exception' => '0.31',
Expand Down

0 comments on commit cb9a77e

Please sign in to comment.