r66251 - in /branches/upstream/libhttp-browserdetect-perl/current: Build.PL Changes MANIFEST META.yml Makefile.PL README dist.ini lib/HTTP/BrowserDetect.pm t/01-detect.t t/release-pod-syntax.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Dec 24 23:02:30 UTC 2010


Author: jawnsy-guest
Date: Fri Dec 24 23:01:59 2010
New Revision: 66251

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66251
Log:
[svn-upgrade] new version libhttp-browserdetect-perl (1.21)

Removed:
    branches/upstream/libhttp-browserdetect-perl/current/t/release-pod-syntax.t
Modified:
    branches/upstream/libhttp-browserdetect-perl/current/Build.PL
    branches/upstream/libhttp-browserdetect-perl/current/Changes
    branches/upstream/libhttp-browserdetect-perl/current/MANIFEST
    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/01-detect.t

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=66251&op=diff
==============================================================================
--- branches/upstream/libhttp-browserdetect-perl/current/Build.PL (original)
+++ branches/upstream/libhttp-browserdetect-perl/current/Build.PL Fri Dec 24 23:01:59 2010
@@ -12,7 +12,7 @@
     'FindBin' => '0',
     'Module::Build' => '0.3601',
     'Test::More' => '0',
-    'YAML::Tiny' => '0'
+    'YAML' => '0'
   },
   'configure_requires' => {
     'ExtUtils::MakeMaker' => '6.31',
@@ -25,7 +25,7 @@
     'Olaf Alders <olaf at wundercounter.com> (current maintainer)'
   ],
   'dist_name' => 'HTTP-BrowserDetect',
-  'dist_version' => '1.20',
+  'dist_version' => '1.21',
   '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=66251&op=diff
==============================================================================
--- branches/upstream/libhttp-browserdetect-perl/current/Changes (original)
+++ branches/upstream/libhttp-browserdetect-perl/current/Changes Fri Dec 24 23:01:59 2010
@@ -1,5 +1,10 @@
 Revision history for Perl extension HTTP::BrowserDetect.
 
+1.21 2010-12-23
+    - Test suite now uses YAML rather than YAML::Tiny as YAML::Tiny 1.46
+      refuses to load useragents.yaml
+    - Alphabetically re-ordered some of the documentation
+    
 1.20 2010-11-23
     - Be a little more selective in marking ua as robot when contains search
       or seek (Graham Barr)

Modified: branches/upstream/libhttp-browserdetect-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-browserdetect-perl/current/MANIFEST?rev=66251&op=diff
==============================================================================
--- branches/upstream/libhttp-browserdetect-perl/current/MANIFEST (original)
+++ branches/upstream/libhttp-browserdetect-perl/current/MANIFEST Fri Dec 24 23:01:59 2010
@@ -13,5 +13,4 @@
 t/01-detect.t
 t/author-critic.t
 t/release-pod-coverage.t
-t/release-pod-syntax.t
 t/useragents.yaml

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=66251&op=diff
==============================================================================
--- branches/upstream/libhttp-browserdetect-perl/current/META.yml (original)
+++ branches/upstream/libhttp-browserdetect-perl/current/META.yml Fri Dec 24 23:01:59 2010
@@ -10,12 +10,12 @@
   FindBin: 0
   Module::Build: 0.3601
   Test::More: 0
-  YAML::Tiny: 0
+  YAML: 0
 configure_requires:
   ExtUtils::MakeMaker: 6.31
   Module::Build: 0.3601
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.102342, CPAN::Meta::Converter version 2.102400'
+generated_by: 'Dist::Zilla version 4.200000, CPAN::Meta::Converter version 2.102400'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,6 +25,7 @@
   Exporter: 0
   vars: 0
 resources:
-  bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTTP-BrowserDetect
-  repository: http://github.com/oalders/http-browserdetect
-version: 1.20
+  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

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=66251&op=diff
==============================================================================
--- branches/upstream/libhttp-browserdetect-perl/current/Makefile.PL (original)
+++ branches/upstream/libhttp-browserdetect-perl/current/Makefile.PL Fri Dec 24 23:01:59 2010
@@ -17,7 +17,7 @@
     'FindBin' => '0',
     'Module::Build' => '0.3601',
     'Test::More' => '0',
-    'YAML::Tiny' => '0'
+    'YAML' => '0'
   },
   'CONFIGURE_REQUIRES' => {
     'ExtUtils::MakeMaker' => '6.31',
@@ -31,7 +31,7 @@
     'Exporter' => '0',
     'vars' => '0'
   },
-  'VERSION' => '1.20',
+  'VERSION' => '1.21',
   '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=66251&op=diff
==============================================================================
--- branches/upstream/libhttp-browserdetect-perl/current/README (original)
+++ branches/upstream/libhttp-browserdetect-perl/current/README Fri Dec 24 23:01:59 2010
@@ -3,7 +3,7 @@
     an HTTP user agent string
 
 VERSION
-    version 1.20
+    version 1.21
 
 SYNOPSIS
         use HTTP::BrowserDetect;
@@ -218,29 +218,29 @@
     value. Some methods also test for the browser version, saving you from
     checking the version separately.
 
+   aol aol3 aol4 aol5 aol6
+   chrome
+   curl
+   emacs
+   firefox
+   gecko
+   icab
+   ie ie3 ie4 ie4up ie5 ie55 ie6 ie7 ie8
+   java
+   konqueror
+   lotusnotes
+   lynx links elinks
+   mobile_safari
+   mosaic
+   mozilla
+   neoplanet neoplanet2
+   netfront
    netscape nav2 nav3 nav4 nav4up nav45 nav45up navgold nav6 nav6up
-   gecko
-   mozilla
-   firefox
+   opera opera3 opera4 opera5 opera6 opera7
+   realplayer
    safari
-   chrome
-   ie ie3 ie4 ie4up ie5 ie55 ie6 ie7 ie8
-   neoplanet neoplanet2
-   mosaic
-   aol aol3 aol4 aol5 aol6
+   staroffice
    webtv
-   opera opera3 opera4 opera5 opera6 opera7
-   lynx links elinks
-   emacs
-   staroffice
-   lotusnotes
-   icab
-   konqueror
-   java
-   curl
-   realplayer
-   netfront
-   mobile_safari
     Netscape 6, even though its called six, in the User-Agent string has
     version number 5. The nav6 and nav6up methods correctly handle this
     quirk. The Firefox test correctly detects the older-named versions of
@@ -290,21 +290,21 @@
     false value. This is by no means a complete list of robots that exist on
     the Web.
 
-   wget
+   altavista
+   facebook
    getright
-   yahoo
-   altavista
-   lycos
-   infoseek
-   lwp
-   webcrawler
-   linkexchange
-   slurp
    google
    googlemobile
+   infoseek
+   linkexchange
+   lwp
+   lycos
    msn (same as bing)
    puf
-   facebook
+   slurp
+   webcrawler
+   wget
+   yahoo
 CREDITS
     Lee Semel, lee at semel.net (Original Author)
 

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=66251&op=diff
==============================================================================
--- branches/upstream/libhttp-browserdetect-perl/current/dist.ini (original)
+++ branches/upstream/libhttp-browserdetect-perl/current/dist.ini Fri Dec 24 23:01:59 2010
@@ -5,20 +5,37 @@
 license = Perl_5
 copyright_holder = Lee Semel
 copyright_year   = 2010
-version = 1.20
+version = 1.21
 main_module = lib/HTTP/BrowserDetect.pm
 
+[GatherDir]
+[PruneCruft]
+[ManifestSkip]
+[MetaYAML]
+[License]
+[PodCoverageTests]
+[ExtraTests]
+[ExecDir]
+[ShareDir]
+[PkgVersion]
+
+[MakeMaker]
+[Manifest]
+
+[TestRelease]
+[ConfirmRelease]
+[UploadToCPAN]
+
 [MetaResources]
-bugtracker.web    = http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTTP-BrowserDetect
-repository.url    = http://github.com/oalders/http-browserdetect
-repository.type   = git
+[Bugtracker]
+[GithubMeta]
 
-[@Classic]
 [AutoPrereqs]
+
 [CriticTests]
 [ReadmeFromPod]
 [InstallGuide]
 [ModuleBuild]
 [PodWeaver]
+[CopyReadmeFromBuild]
 
-[UploadToCPAN]

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=66251&op=diff
==============================================================================
--- branches/upstream/libhttp-browserdetect-perl/current/lib/HTTP/BrowserDetect.pm (original)
+++ branches/upstream/libhttp-browserdetect-perl/current/lib/HTTP/BrowserDetect.pm Fri Dec 24 23:01:59 2010
@@ -1,7 +1,7 @@
 use strict;
 package HTTP::BrowserDetect;
 BEGIN {
-  $HTTP::BrowserDetect::VERSION = '1.20';
+  $HTTP::BrowserDetect::VERSION = '1.21';
 }
 
 use vars qw(@ISA @EXPORT @EXPORT_OK @ALL_TESTS);
@@ -1082,7 +1082,7 @@
 
 =head1 VERSION
 
-version 1.20
+version 1.21
 
 =head1 SYNOPSIS
 
@@ -1322,51 +1322,51 @@
 Some methods also test for the browser version, saving you from checking the
 version separately.
 
+=head3 aol aol3 aol4 aol5 aol6
+
+=head3 chrome
+
+=head3 curl
+
+=head3 emacs
+
+=head3 firefox
+
+=head3 gecko
+
+=head3 icab
+
+=head3 ie ie3 ie4 ie4up ie5 ie55 ie6 ie7 ie8
+
+=head3 java
+
+=head3 konqueror
+
+=head3 lotusnotes
+
+=head3 lynx links elinks
+
+=head3 mobile_safari
+
+=head3 mosaic
+
+=head3 mozilla
+
+=head3 neoplanet neoplanet2
+
+=head3 netfront
+
 =head3 netscape nav2 nav3 nav4 nav4up nav45 nav45up navgold nav6 nav6up
 
-=head3 gecko
-
-=head3 mozilla
-
-=head3 firefox
+=head3 opera opera3 opera4 opera5 opera6 opera7
+
+=head3 realplayer
 
 =head3 safari
 
-=head3 chrome
-
-=head3 ie ie3 ie4 ie4up ie5 ie55 ie6 ie7 ie8
-
-=head3 neoplanet neoplanet2
-
-=head3 mosaic
-
-=head3 aol aol3 aol4 aol5 aol6
+=head3 staroffice
 
 =head3 webtv
-
-=head3 opera opera3 opera4 opera5 opera6 opera7
-
-=head3 lynx links elinks
-
-=head3 emacs
-
-=head3 staroffice
-
-=head3 lotusnotes
-
-=head3 icab
-
-=head3 konqueror
-
-=head3 java
-
-=head3 curl
-
-=head3 realplayer
-
-=head3 netfront
-
-=head3 mobile_safari
 
 Netscape 6, even though its called six, in the User-Agent string has version
 number 5. The nav6 and nav6up methods correctly handle this quirk. The Firefox
@@ -1432,35 +1432,35 @@
 The following additional methods are available, each returning a true or false
 value. This is by no means a complete list of robots that exist on the Web.
 
+=head3 altavista
+
+=head3 facebook
+
+=head3 getright
+
+=head3 google
+
+=head3 googlemobile
+
+=head3 infoseek
+
+=head3 linkexchange
+
+=head3 lwp
+
+=head3 lycos
+
+=head3 msn (same as bing)
+
+=head3 puf
+
+=head3 slurp
+
+=head3 webcrawler
+
 =head3 wget
 
-=head3 getright
-
 =head3 yahoo
-
-=head3 altavista
-
-=head3 lycos
-
-=head3 infoseek
-
-=head3 lwp
-
-=head3 webcrawler
-
-=head3 linkexchange
-
-=head3 slurp
-
-=head3 google
-
-=head3 googlemobile
-
-=head3 msn (same as bing)
-
-=head3 puf
-
-=head3 facebook
 
 =head1 CREDITS
 

Modified: branches/upstream/libhttp-browserdetect-perl/current/t/01-detect.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-browserdetect-perl/current/t/01-detect.t?rev=66251&op=diff
==============================================================================
--- branches/upstream/libhttp-browserdetect-perl/current/t/01-detect.t (original)
+++ branches/upstream/libhttp-browserdetect-perl/current/t/01-detect.t Fri Dec 24 23:01:59 2010
@@ -6,7 +6,7 @@
 use Data::Dump qw( dump );
 use FindBin;
 use Test::More qw( no_plan );
-use YAML::Tiny qw( LoadFile );
+use YAML qw( LoadFile );
 require_ok( 'HTTP::BrowserDetect' );
 
 my @tests = LoadFile( "$FindBin::Bin/useragents.yaml" );




More information about the Pkg-perl-cvs-commits mailing list