Skip to content

Commit 2e4fbb7

Browse files
authored
Merge pull request #35 from JRaspass/master
Remove superfluous "use lib"
2 parents b805d32 + 10bf614 commit 2e4fbb7

5 files changed

Lines changed: 1 addition & 5 deletions

File tree

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Change history for HTML-Form
33
{{$NEXT}}
44

55
- Replace "use vars" with "our" (GH#34) (James Raspass)
6+
- Remove superfluous "use lib" (GH#35) (James Raspass)
67

78
6.08 2022-08-14 09:26:10Z
89
- Remove Authority section from dist.ini (GH#27) (Olaf Alders)

META.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
"HTTP::Response" : "0",
7575
"Test" : "0",
7676
"Test::More" : "0.96",
77-
"lib" : "0",
7877
"warnings" : "0"
7978
}
8079
}

Makefile.PL

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ my %WriteMakefileArgs = (
3232
"HTTP::Response" => 0,
3333
"Test" => 0,
3434
"Test::More" => "0.96",
35-
"lib" => 0,
3635
"warnings" => 0
3736
},
3837
"VERSION" => "6.09",
@@ -54,7 +53,6 @@ my %FallbackPrereqs = (
5453
"Test" => 0,
5554
"Test::More" => "0.96",
5655
"URI" => "1.10",
57-
"lib" => 0,
5856
"strict" => 0,
5957
"warnings" => 0
6058
);

cpanfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ on 'test' => sub {
1717
requires "HTTP::Response" => "0";
1818
requires "Test" => "0";
1919
requires "Test::More" => "0.96";
20-
requires "lib" => "0";
2120
requires "warnings" => "0";
2221
};
2322

t/form-maxlength.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
use strict;
44
use warnings;
5-
use lib '.';
65
use Test::More tests => 12;
76
use HTML::Form;
87

0 commit comments

Comments
 (0)