Skip to content

Commit

Permalink
remove use 5....
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed May 19, 2015
1 parent 68dc12a commit 9e4cc59
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion lib/Pod/Tree/PerlBin.pm
@@ -1,6 +1,5 @@
use strict;
use warnings;
use 5.005;
use File::Find;
use HTML::Stream;
use Pod::Tree;
Expand Down
1 change: 0 additions & 1 deletion lib/Pod/Tree/PerlDist.pm
@@ -1,6 +1,5 @@
use strict;
use warnings;
use 5.005;
use HTML::Stream;
use Pod::Tree;
use Pod::Tree::HTML;
Expand Down
1 change: 0 additions & 1 deletion lib/Pod/Tree/PerlFunc.pm
@@ -1,6 +1,5 @@
use strict;
use warnings;
use 5.005;
use Pod::Tree;
use Pod::Tree::HTML;
use Pod::Tree::PerlUtil;
Expand Down
1 change: 0 additions & 1 deletion lib/Pod/Tree/PerlLib.pm
@@ -1,6 +1,5 @@
use strict;
use warnings;
use 5.6.0;
use HTML::Stream;
use Pod::Tree;
use Pod::Tree::HTML;
Expand Down
1 change: 0 additions & 1 deletion lib/Pod/Tree/PerlPod.pm
@@ -1,6 +1,5 @@
use strict;
use warnings;
use 5.6.0;
use File::Find;
use HTML::Stream;
use IO::File;
Expand Down
1 change: 0 additions & 1 deletion lib/Pod/Tree/PerlTop.pm
@@ -1,6 +1,5 @@
use strict;
use warnings;
use 5.005;
use Pod::Tree::HTML;
use Pod::Tree::PerlUtil;

Expand Down
1 change: 0 additions & 1 deletion lib/Pod/Tree/PerlUtil.pm
@@ -1,6 +1,5 @@
use strict;
use warnings;
use 5.005;

package Pod::Tree::PerlUtil;

Expand Down
1 change: 0 additions & 1 deletion perl2html
@@ -1,6 +1,5 @@
#!/usr/local/bin/perl

use 5.005;
use strict;
use warnings;
use Config;
Expand Down
1 change: 0 additions & 1 deletion t/tree.d/code.pm
@@ -1,6 +1,5 @@
#!/usr/local/bin/perl

use 5.6.0;
use strict;

my @entries;
Expand Down

0 comments on commit 9e4cc59

Please sign in to comment.