Skip to content

Commit c22532b

Browse files
committed
Remove unused Data::Dumper
1 parent 3fcec65 commit c22532b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Extension.pm

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ use Bugzilla::Extension::AgileTools::Util;
2424
use Bugzilla::Extension::AgileTools::Burn;
2525

2626
use JSON;
27-
use Data::Dumper;
2827

2928
our $VERSION = '0.02';
3029

lib/Burn.pm

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ use strict;
2828

2929
use Date::Parse;
3030
use List::Util qw(min max);
31-
use Data::Dumper;
3231

3332
use base qw(Exporter);
3433
our @EXPORT = qw(

set_current_sprint.pl

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
use Bugzilla::Extension::AgileTools::Team;
2727
use Bugzilla::Extension::AgileTools::Sprint;
2828

29-
use Data::Dumper;
3029

3130
my $dbh = Bugzilla->dbh;
3231

0 commit comments

Comments
 (0)