Codebase list libhttp-browserdetect-perl / 1c165b6
increment $VERSION after 3.22 release Olaf Alders 5 years ago
3 changed file(s) with 4 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Perl extension HTTP::BrowserDetect.
1
2 {{$NEXT}}
13
24 3.22 2019-03-07 15:11:01Z
35 - Add a u2f() method (GH#161) (Patrick Cronin and Olaf Alders)
3333 "Test::Most" => 0,
3434 "Test::NoWarnings" => 0
3535 },
36 "VERSION" => "3.22",
36 "VERSION" => "3.23",
3737 "test" => {
3838 "TESTS" => "t/*.t"
3939 }
44
55 package HTTP::BrowserDetect;
66
7 our $VERSION = '3.22';
7 our $VERSION = '3.23';
88
99 use vars qw(@ALL_TESTS);
1010