Codebase list libhttp-browserdetect-perl / 9b3627c
increment $VERSION after 3.30 release Olaf Alders 3 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.30 2020-07-20 15:45:22Z
35 - Fix MS Edge browser_beta capturing (GH#181) (moti)
3333 "Test::Most" => 0,
3434 "Test::NoWarnings" => 0
3535 },
36 "VERSION" => "3.30",
36 "VERSION" => "3.31",
3737 "test" => {
3838 "TESTS" => "t/*.t"
3939 }
44
55 package HTTP::BrowserDetect;
66
7 our $VERSION = '3.30';
7 our $VERSION = '3.31';
88
99 use vars qw(@ALL_TESTS);
1010