r71127 - in /branches/upstream/libhttp-browserdetect-perl/current: Build.PL Changes LICENSE META.yml Makefile.PL README dist.ini lib/HTTP/BrowserDetect.pm t/useragents.yaml
ansgar at users.alioth.debian.org
ansgar at users.alioth.debian.org
Fri Mar 11 10:15:17 UTC 2011
Author: ansgar
Date: Fri Mar 11 10:14:52 2011
New Revision: 71127
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71127
Log:
[svn-upgrade] new version libhttp-browserdetect-perl (1.22)
Modified:
branches/upstream/libhttp-browserdetect-perl/current/Build.PL
branches/upstream/libhttp-browserdetect-perl/current/Changes
branches/upstream/libhttp-browserdetect-perl/current/LICENSE
branches/upstream/libhttp-browserdetect-perl/current/META.yml
branches/upstream/libhttp-browserdetect-perl/current/Makefile.PL
branches/upstream/libhttp-browserdetect-perl/current/README
branches/upstream/libhttp-browserdetect-perl/current/dist.ini
branches/upstream/libhttp-browserdetect-perl/current/lib/HTTP/BrowserDetect.pm
branches/upstream/libhttp-browserdetect-perl/current/t/useragents.yaml
Modified: branches/upstream/libhttp-browserdetect-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-browserdetect-perl/current/Build.PL?rev=71127&op=diff
==============================================================================
--- branches/upstream/libhttp-browserdetect-perl/current/Build.PL (original)
+++ branches/upstream/libhttp-browserdetect-perl/current/Build.PL Fri Mar 11 10:14:52 2011
@@ -25,7 +25,7 @@
'Olaf Alders <olaf at wundercounter.com> (current maintainer)'
],
'dist_name' => 'HTTP-BrowserDetect',
- 'dist_version' => '1.21',
+ 'dist_version' => '1.22',
'license' => 'perl',
'module_name' => 'HTTP::BrowserDetect',
'recommends' => {},
Modified: branches/upstream/libhttp-browserdetect-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-browserdetect-perl/current/Changes?rev=71127&op=diff
==============================================================================
--- branches/upstream/libhttp-browserdetect-perl/current/Changes (original)
+++ branches/upstream/libhttp-browserdetect-perl/current/Changes Fri Mar 11 10:14:52 2011
@@ -1,4 +1,7 @@
Revision history for Perl extension HTTP::BrowserDetect.
+
+1.22 2011-03-10
+ - Adds Namoroka to list of Firefox browsers (Viacheslav Tykhanovskyi)
1.21 2010-12-23
- Test suite now uses YAML rather than YAML::Tiny as YAML::Tiny 1.46
Modified: branches/upstream/libhttp-browserdetect-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-browserdetect-perl/current/LICENSE?rev=71127&op=diff
==============================================================================
--- branches/upstream/libhttp-browserdetect-perl/current/LICENSE (original)
+++ branches/upstream/libhttp-browserdetect-perl/current/LICENSE Fri Mar 11 10:14:52 2011
@@ -1,4 +1,4 @@
-This software is copyright (c) 2010 by Lee Semel.
+This software is copyright (c) 2011 by Lee Semel.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
--- The GNU General Public License, Version 1, February 1989 ---
-This software is Copyright (c) 2010 by Lee Semel.
+This software is Copyright (c) 2011 by Lee Semel.
This is free software, licensed under:
@@ -270,7 +270,7 @@
--- The Artistic License 1.0 ---
-This software is Copyright (c) 2010 by Lee Semel.
+This software is Copyright (c) 2011 by Lee Semel.
This is free software, licensed under:
Modified: branches/upstream/libhttp-browserdetect-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-browserdetect-perl/current/META.yml?rev=71127&op=diff
==============================================================================
--- branches/upstream/libhttp-browserdetect-perl/current/META.yml (original)
+++ branches/upstream/libhttp-browserdetect-perl/current/META.yml Fri Mar 11 10:14:52 2011
@@ -28,4 +28,4 @@
bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=HTTP-BrowserDetect
homepage: http://github.com/oalders/http-browserdetect/tree
repository: git://github.com/oalders/http-browserdetect.git
-version: 1.21
+version: 1.22
Modified: branches/upstream/libhttp-browserdetect-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-browserdetect-perl/current/Makefile.PL?rev=71127&op=diff
==============================================================================
--- branches/upstream/libhttp-browserdetect-perl/current/Makefile.PL (original)
+++ branches/upstream/libhttp-browserdetect-perl/current/Makefile.PL Fri Mar 11 10:14:52 2011
@@ -31,7 +31,7 @@
'Exporter' => '0',
'vars' => '0'
},
- 'VERSION' => '1.21',
+ 'VERSION' => '1.22',
'test' => {
'TESTS' => 't/*.t'
}
Modified: branches/upstream/libhttp-browserdetect-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-browserdetect-perl/current/README?rev=71127&op=diff
==============================================================================
--- branches/upstream/libhttp-browserdetect-perl/current/README (original)
+++ branches/upstream/libhttp-browserdetect-perl/current/README Fri Mar 11 10:14:52 2011
@@ -3,7 +3,7 @@
an HTTP user agent string
VERSION
- version 1.21
+ version 1.22
SYNOPSIS
use HTTP::BrowserDetect;
@@ -435,7 +435,7 @@
* Olaf Alders <olaf at wundercounter.com> (current maintainer)
COPYRIGHT AND LICENSE
- This software is copyright (c) 2010 by Lee Semel.
+ This software is copyright (c) 2011 by Lee Semel.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Modified: branches/upstream/libhttp-browserdetect-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-browserdetect-perl/current/dist.ini?rev=71127&op=diff
==============================================================================
--- branches/upstream/libhttp-browserdetect-perl/current/dist.ini (original)
+++ branches/upstream/libhttp-browserdetect-perl/current/dist.ini Fri Mar 11 10:14:52 2011
@@ -4,8 +4,8 @@
author = Olaf Alders <olaf at wundercounter.com> (current maintainer)
license = Perl_5
copyright_holder = Lee Semel
-copyright_year = 2010
-version = 1.21
+copyright_year = 2011
+version = 1.22
main_module = lib/HTTP/BrowserDetect.pm
[GatherDir]
Modified: branches/upstream/libhttp-browserdetect-perl/current/lib/HTTP/BrowserDetect.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-browserdetect-perl/current/lib/HTTP/BrowserDetect.pm?rev=71127&op=diff
==============================================================================
--- branches/upstream/libhttp-browserdetect-perl/current/lib/HTTP/BrowserDetect.pm (original)
+++ branches/upstream/libhttp-browserdetect-perl/current/lib/HTTP/BrowserDetect.pm Fri Mar 11 10:14:52 2011
@@ -1,7 +1,7 @@
use strict;
package HTTP::BrowserDetect;
BEGIN {
- $HTTP::BrowserDetect::VERSION = '1.21';
+ $HTTP::BrowserDetect::VERSION = '1.22';
}
use vars qw(@ISA @EXPORT @EXPORT_OK @ALL_TESTS);
@@ -163,7 +163,7 @@
$self->{tests} = {};
my $tests = $self->{tests};
- my @ff = qw( firefox firebird iceweasel phoenix );
+ my @ff = qw( firefox firebird iceweasel phoenix namoroka );
my $ff = join "|", @ff;
my $ua = lc $self->{user_agent};
@@ -1082,7 +1082,7 @@
=head1 VERSION
-version 1.21
+version 1.22
=head1 SYNOPSIS
@@ -1609,7 +1609,7 @@
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2010 by Lee Semel.
+This software is copyright (c) 2011 by Lee Semel.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Modified: branches/upstream/libhttp-browserdetect-perl/current/t/useragents.yaml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-browserdetect-perl/current/t/useragents.yaml?rev=71127&op=diff
==============================================================================
--- branches/upstream/libhttp-browserdetect-perl/current/t/useragents.yaml (original)
+++ branches/upstream/libhttp-browserdetect-perl/current/t/useragents.yaml Fri Mar 11 10:14:52 2011
@@ -2271,3 +2271,18 @@
minor: 0
no_match:
- robot
+---
+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'
+match:
+ - linux
+ - unix
+ - x11
+ - firefox
+browser_string: Firefox
+os: Linux
+public_version: 3.6
+public_major: 3
+public_minor: 0.6
+engine_version: 1.9
+engine_major: 1
+engine_minor: 0.9
More information about the Pkg-perl-cvs-commits
mailing list