Skip to content

Commit 5cce56a

Browse files
committed
Remove 'Data::Dump' - isn't needed any more.
1 parent 3e40f56 commit 5cce56a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Makefile.PL

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ WriteMakefile(
1616
'YAML' => 0,
1717
'Dancer' => 1.3095,
1818
'Template' => 0,
19-
'Data::Dump' => 0,
2019
},
2120
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
2221
clean => { FILES => 'dancer_bootstrap_fontawesome_template-*' },

lib/dancer_bootstrap_fontawesome_template.pm

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ use strict;
44
use warnings;
55
use Cwd;
66
use Sys::Hostname;
7-
use Data::Dump qw/dump/;
87

98
our $VERSION = '0.1';
109

0 commit comments

Comments
 (0)