[libwww-search-perl] branch master updated (88b1485 -> ce878c5)

Florian Schlichting fsfs at alioth.debian.org
Sun Oct 13 21:31:25 UTC 2013


This is an automated email from the git hooks/post-receive script.

fsfs pushed a change to branch master
in repository libwww-search-perl.

      from  88b1485   Remove trailing whitespace
      adds  57f8966   Imported Upstream version 2.51.30
       new  850e69a   Merge tag 'upstream/2.51.30'
       new  3e52de8   Import Upstream version 2.51.30
       new  d8bc259   Update WWW-Search-Ebay to 3.031
       new  83ac6e7   Update WWW-Search-Lycos to 2.224
       new  8ac8687   WWW-Search: Bump years of included Module::Install copyright
       new  3540f3b   ebay: Bump years of included Module::Install copyright
       new  964946a   lycos: Bump years of included Module::Install copyright
       new  ddece57   Refreshed all_from.patch, forwarded pod.patch
       new  6df4dd6   Switch components to metacpan.org-based URIs
       new  9a49476   Update package version in update.sh
       new  bbab9e5   New patches to fix POD errors: pod_altavista.patch, pod_pagesjaunes.patch
       new  ce878c5   prepare changelog for release

The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                |   16 +
 MANIFEST                               |   74 +-
 META.yml                               |  114 +--
 Makefile.PL                            |   28 +-
 Programs/AutoSearch                    |   18 +-
 debian/changelog                       |   19 +-
 debian/components/altavista/watch      |    2 +-
 debian/components/copyright.in         |    8 +-
 debian/components/ebay/copyright       |    6 +-
 debian/components/ebay/version         |    2 +-
 debian/components/ebay/watch           |    2 +-
 debian/components/firstgov/watch       |    2 +-
 debian/components/googlism/watch       |    2 +-
 debian/components/jobserve/watch       |    2 +-
 debian/components/lycos/copyright      |    6 +-
 debian/components/lycos/version        |    2 +-
 debian/components/lycos/watch          |    2 +-
 debian/components/news/watch           |    2 +-
 debian/components/yahoo/watch          |    2 +-
 debian/copyright                       |   12 +-
 debian/patches/all_from.patch          |   14 +-
 debian/patches/pod.patch               |   11 +-
 debian/patches/pod_altavista.patch     |   27 +
 debian/patches/pod_pagesjaunes.patch   |   26 +
 debian/patches/series                  |    2 +
 debian/update.sh                       |    2 +-
 ebay/Changes                           |    9 +
 ebay/MANIFEST                          |   68 +-
 ebay/META.yml                          |   77 +-
 ebay/MYMETA.json                       |   60 ++
 ebay/{META.yml => MYMETA.yml}          |   75 +-
 ebay/Makefile.PL                       |   32 +-
 ebay/inc/Module/Install.pm             |  936 ++++++++++-----------
 ebay/inc/Module/Install/Base.pm        |  166 ++--
 ebay/inc/Module/Install/Can.pm         |  235 ++++--
 ebay/inc/Module/Install/Fetch.pm       |  186 ++---
 ebay/inc/Module/Install/Makefile.pm    |  831 ++++++++++---------
 ebay/inc/Module/Install/Metadata.pm    | 1430 ++++++++++++++++----------------
 ebay/inc/Module/Install/Win32.pm       |  128 +--
 ebay/inc/Module/Install/WriteAll.pm    |  126 +--
 ebay/lib/WWW/Search/Ebay.pm            |  135 ++-
 ebay/lib/WWW/Search/Ebay/Auctions.pm   |    2 +-
 ebay/lib/WWW/Search/Ebay/BuyItNow.pm   |    6 +-
 ebay/lib/WWW/Search/Ebay/ByEndDate.pm  |    2 +-
 ebay/lib/WWW/Search/Ebay/BySellerID.pm |   19 +-
 ebay/lib/WWW/Search/Ebay/Motors.pm     |   28 +-
 ebay/lib/WWW/Search/Ebay/Stores.pm     |    2 +-
 ebay/t/buyitnow.t                      |   55 +-
 ebay/t/bysellerid.t                    |   16 +-
 ebay/t/category.t                      |    4 +-
 ebay/t/ebay.t                          |   18 +-
 ebay/t/enddate.t                       |    4 +-
 ebay/t/itemnumber.t                    |   12 +-
 ebay/t/motors.t                        |   34 +-
 ebay/t/pod-coverage.t                  |    2 +-
 ebay/t/stores.t                        |   54 +-
 inc/Module/Install.pm                  |  936 ++++++++++-----------
 inc/Module/Install/Base.pm             |  166 ++--
 inc/Module/Install/Can.pm              |  235 ++++--
 inc/Module/Install/Fetch.pm            |  186 ++---
 inc/Module/Install/Makefile.pm         |  831 ++++++++++---------
 inc/Module/Install/Metadata.pm         | 1430 ++++++++++++++++----------------
 inc/Module/Install/Scripts.pm          |   58 +-
 inc/Module/Install/Win32.pm            |  128 +--
 inc/Module/Install/WriteAll.pm         |  126 +--
 lib/WWW/Search/Null.pm                 |   33 +-
 lib/WWW/Search/Null/Count.pm           |    4 +-
 lib/WWW/Search/Null/Empty.pm           |    4 +-
 lib/WWW/Search/Null/Error.pm           |    4 +-
 lib/WWW/Search/Null/NoVersion.pm       |    2 +-
 lib/WWW/Search/Simple.pm               |  172 ++--
 lib/WWW/Search/Test.pm                 |   21 +-
 lycos/MANIFEST                         |   35 +-
 lycos/META.yml                         |   55 +-
 lycos/MYMETA.json                      |   50 ++
 lycos/{META.yml => MYMETA.yml}         |   53 +-
 lycos/inc/Module/Install.pm            |  839 +++++++++++--------
 lycos/inc/Module/Install/Base.pm       |  155 ++--
 lycos/inc/Module/Install/Can.pm        |  237 ++++--
 lycos/inc/Module/Install/Fetch.pm      |  186 ++---
 lycos/inc/Module/Install/Makefile.pm   |  671 +++++++++------
 lycos/inc/Module/Install/Metadata.pm   | 1222 ++++++++++++++++-----------
 lycos/inc/Module/Install/Win32.pm      |  128 +--
 lycos/inc/Module/Install/WriteAll.pm   |  103 ++-
 lycos/lib/WWW/Search/Lycos.pm          |   87 +-
 lycos/t/basic.t                        |   30 +-
 lycos/t/gui.t                          |   34 -
 87 files changed, 7214 insertions(+), 6162 deletions(-)
 mode change 100755 => 100644 Changes
 mode change 100755 => 100644 LICENSE
 mode change 100755 => 100644 MANIFEST
 mode change 100755 => 100644 META.yml
 mode change 100755 => 100644 Makefile.PL
 mode change 100755 => 100644 Programs/AutoSearch
 mode change 100755 => 100644 Programs/WebSearch
 mode change 100755 => 100644 README
 create mode 100644 debian/patches/pod_altavista.patch
 create mode 100644 debian/patches/pod_pagesjaunes.patch
 mode change 100755 => 100644 ebay/Changes
 mode change 100755 => 100644 ebay/LICENSE
 mode change 100755 => 100644 ebay/MANIFEST
 mode change 100755 => 100644 ebay/META.yml
 create mode 100644 ebay/MYMETA.json
 copy ebay/{META.yml => MYMETA.yml} (71%)
 mode change 100755 => 100644
 mode change 100755 => 100644 ebay/Makefile.PL
 mode change 100755 => 100644 ebay/README
 mode change 100755 => 100644 ebay/inc/Module/Install.pm
 mode change 100755 => 100644 ebay/inc/Module/Install/Base.pm
 mode change 100755 => 100644 ebay/inc/Module/Install/Can.pm
 mode change 100755 => 100644 ebay/inc/Module/Install/Fetch.pm
 mode change 100755 => 100644 ebay/inc/Module/Install/Makefile.pm
 mode change 100755 => 100644 ebay/inc/Module/Install/Metadata.pm
 mode change 100755 => 100644 ebay/inc/Module/Install/Win32.pm
 mode change 100755 => 100644 ebay/inc/Module/Install/WriteAll.pm
 mode change 100755 => 100644 ebay/lib/WWW/Search/Ebay.pm
 mode change 100755 => 100644 ebay/lib/WWW/Search/Ebay/Auctions.pm
 mode change 100755 => 100644 ebay/lib/WWW/Search/Ebay/BuyItNow.pm
 mode change 100755 => 100644 ebay/lib/WWW/Search/Ebay/ByEndDate.pm
 mode change 100755 => 100644 ebay/lib/WWW/Search/Ebay/BySellerID.pm
 mode change 100755 => 100644 ebay/lib/WWW/Search/Ebay/Category.pm
 mode change 100755 => 100644 ebay/lib/WWW/Search/Ebay/Motors.pm
 mode change 100755 => 100644 ebay/lib/WWW/Search/Ebay/Stores.pm
 mode change 100755 => 100644 ebay/t/buyitnow.t
 mode change 100755 => 100644 ebay/t/bysellerid.t
 mode change 100755 => 100644 ebay/t/category.t
 mode change 100755 => 100644 ebay/t/coverage.t
 mode change 100755 => 100644 ebay/t/ebay.t
 mode change 100755 => 100644 ebay/t/enddate.t
 mode change 100755 => 100644 ebay/t/itemnumber.t
 mode change 100755 => 100644 ebay/t/motors.t
 mode change 100755 => 100644 ebay/t/pod-coverage.t
 mode change 100755 => 100644 ebay/t/pod.t
 mode change 100755 => 100644 ebay/t/stores.t
 mode change 100755 => 100644 inc/Module/Install.pm
 mode change 100755 => 100644 inc/Module/Install/Base.pm
 mode change 100755 => 100644 inc/Module/Install/Can.pm
 mode change 100755 => 100644 inc/Module/Install/Fetch.pm
 mode change 100755 => 100644 inc/Module/Install/Makefile.pm
 mode change 100755 => 100644 inc/Module/Install/Metadata.pm
 mode change 100755 => 100644 inc/Module/Install/Scripts.pm
 mode change 100755 => 100644 inc/Module/Install/Win32.pm
 mode change 100755 => 100644 inc/Module/Install/WriteAll.pm
 mode change 100755 => 100644 lib/WWW/Search.pm
 mode change 100755 => 100644 lib/WWW/Search/Null.pm
 mode change 100755 => 100644 lib/WWW/Search/Null/Count.pm
 mode change 100755 => 100644 lib/WWW/Search/Null/Empty.pm
 mode change 100755 => 100644 lib/WWW/Search/Null/Error.pm
 mode change 100755 => 100644 lib/WWW/Search/Null/NoVersion.pm
 mode change 100755 => 100644 lib/WWW/Search/Result.pm
 mode change 100755 => 100644 lib/WWW/Search/Simple.pm
 mode change 100755 => 100644 lib/WWW/Search/Test.pm
 mode change 100755 => 100644 lib/WWW/SearchResult.pm
 mode change 100755 => 100644 lycos/ChangeLog
 mode change 100755 => 100644 lycos/LICENSE
 mode change 100755 => 100644 lycos/MANIFEST
 mode change 100755 => 100644 lycos/META.yml
 create mode 100644 lycos/MYMETA.json
 copy lycos/{META.yml => MYMETA.yml} (59%)
 mode change 100755 => 100644
 mode change 100755 => 100644 lycos/Makefile.PL
 mode change 100755 => 100644 lycos/README
 mode change 100755 => 100644 lycos/inc/Module/Install.pm
 mode change 100755 => 100644 lycos/inc/Module/Install/Base.pm
 mode change 100755 => 100644 lycos/inc/Module/Install/Can.pm
 mode change 100755 => 100644 lycos/inc/Module/Install/Fetch.pm
 mode change 100755 => 100644 lycos/inc/Module/Install/Makefile.pm
 mode change 100755 => 100644 lycos/inc/Module/Install/Metadata.pm
 mode change 100755 => 100644 lycos/inc/Module/Install/Win32.pm
 mode change 100755 => 100644 lycos/inc/Module/Install/WriteAll.pm
 mode change 100755 => 100644 lycos/lib/WWW/Search/Lycos.pm
 mode change 100755 => 100644 lycos/t/basic.t
 delete mode 100755 lycos/t/gui.t
 mode change 100755 => 100644 t/0_versions.t
 mode change 100755 => 100644 t/autosearch.t
 mode change 100755 => 100644 t/null-count.t
 mode change 100755 => 100644 t/null-empty.t
 mode change 100755 => 100644 t/null-error.t
 mode change 100755 => 100644 t/pod-coverage.t
 mode change 100755 => 100644 t/pod.t
 mode change 100755 => 100644 t/test.t
 mode change 100755 => 100644 t/test_parsing.pl
 mode change 100755 => 100644 t/use.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libwww-search-perl.git



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