File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
786.08 2022-08-14 09:26:10Z
89 - Remove Authority section from dist.ini (GH#27) (Olaf Alders)
Original file line number Diff line number Diff line change 7474 "HTTP::Response" : " 0" ,
7575 "Test" : " 0" ,
7676 "Test::More" : " 0.96" ,
77- "lib" : " 0" ,
7877 "warnings" : " 0"
7978 }
8079 }
Original file line number Diff line number Diff 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);
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 22
33use strict;
44use warnings;
5- use lib ' .' ;
65use Test::More tests => 12;
76use HTML::Form;
87
You can’t perform that action at this time.
0 commit comments