Codebase list libhttp-browserdetect-perl / 60c1d6c
[svn-upgrade] new version libhttp-browserdetect-perl (1.22) Ansgar Burchardt 13 years ago
9 changed file(s) with 32 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
2424 'Olaf Alders <olaf@wundercounter.com> (current maintainer)'
2525 ],
2626 'dist_name' => 'HTTP-BrowserDetect',
27 'dist_version' => '1.21',
27 'dist_version' => '1.22',
2828 'license' => 'perl',
2929 'module_name' => 'HTTP::BrowserDetect',
3030 'recommends' => {},
00 Revision history for Perl extension HTTP::BrowserDetect.
1
2 1.22 2011-03-10
3 - Adds Namoroka to list of Firefox browsers (Viacheslav Tykhanovskyi)
14
25 1.21 2010-12-23
36 - Test suite now uses YAML rather than YAML::Tiny as YAML::Tiny 1.46
0 This software is copyright (c) 2010 by Lee Semel.
0 This software is copyright (c) 2011 by Lee Semel.
11
22 This is free software; you can redistribute it and/or modify it under
33 the same terms as the Perl 5 programming language system itself.
1111
1212 --- The GNU General Public License, Version 1, February 1989 ---
1313
14 This software is Copyright (c) 2010 by Lee Semel.
14 This software is Copyright (c) 2011 by Lee Semel.
1515
1616 This is free software, licensed under:
1717
269269
270270 --- The Artistic License 1.0 ---
271271
272 This software is Copyright (c) 2010 by Lee Semel.
272 This software is Copyright (c) 2011 by Lee Semel.
273273
274274 This is free software, licensed under:
275275
2727 bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=HTTP-BrowserDetect
2828 homepage: http://github.com/oalders/http-browserdetect/tree
2929 repository: git://github.com/oalders/http-browserdetect.git
30 version: 1.21
30 version: 1.22
3030 'Exporter' => '0',
3131 'vars' => '0'
3232 },
33 'VERSION' => '1.21',
33 'VERSION' => '1.22',
3434 'test' => {
3535 'TESTS' => 't/*.t'
3636 }
22 an HTTP user agent string
33
44 VERSION
5 version 1.21
5 version 1.22
66
77 SYNOPSIS
88 use HTTP::BrowserDetect;
434434 * Olaf Alders <olaf@wundercounter.com> (current maintainer)
435435
436436 COPYRIGHT AND LICENSE
437 This software is copyright (c) 2010 by Lee Semel.
437 This software is copyright (c) 2011 by Lee Semel.
438438
439439 This is free software; you can redistribute it and/or modify it under
440440 the same terms as the Perl 5 programming language system itself.
33 author = Olaf Alders <olaf@wundercounter.com> (current maintainer)
44 license = Perl_5
55 copyright_holder = Lee Semel
6 copyright_year = 2010
7 version = 1.21
6 copyright_year = 2011
7 version = 1.22
88 main_module = lib/HTTP/BrowserDetect.pm
99
1010 [GatherDir]
00 use strict;
11 package HTTP::BrowserDetect;
22 BEGIN {
3 $HTTP::BrowserDetect::VERSION = '1.21';
3 $HTTP::BrowserDetect::VERSION = '1.22';
44 }
55
66 use vars qw(@ISA @EXPORT @EXPORT_OK @ALL_TESTS);
162162 $self->{tests} = {};
163163 my $tests = $self->{tests};
164164
165 my @ff = qw( firefox firebird iceweasel phoenix );
165 my @ff = qw( firefox firebird iceweasel phoenix namoroka );
166166 my $ff = join "|", @ff;
167167
168168 my $ua = lc $self->{user_agent};
10811081
10821082 =head1 VERSION
10831083
1084 version 1.21
1084 version 1.22
10851085
10861086 =head1 SYNOPSIS
10871087
16081608
16091609 =head1 COPYRIGHT AND LICENSE
16101610
1611 This software is copyright (c) 2010 by Lee Semel.
1611 This software is copyright (c) 2011 by Lee Semel.
16121612
16131613 This is free software; you can redistribute it and/or modify it under
16141614 the same terms as the Perl 5 programming language system itself.
22702270 minor: 0
22712271 no_match:
22722272 - robot
2273 ---
2274 useragent: 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.16pre) Gecko/20110308 Ubuntu/10.10 (maverick) Namoroka/3.6.16pre'
2275 match:
2276 - linux
2277 - unix
2278 - x11
2279 - firefox
2280 browser_string: Firefox
2281 os: Linux
2282 public_version: 3.6
2283 public_major: 3
2284 public_minor: 0.6
2285 engine_version: 1.9
2286 engine_major: 1
2287 engine_minor: 0.9