[libwww-search-perl] branch master updated (100b055 -> 281c87f)
gregor herrmann
gregoa at debian.org
Sun Dec 6 13:53:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libwww-search-perl.
from 100b055 change environment variable for disabling network tests
adds a7dcd08 Imported Upstream version 2.51.40
new 5a4b872 Merge tag 'upstream/2.51.40'
new fd09995 update changelog
new 24a22b4 bump version of main module in debian/update.sh
new 7aa4453 Update WWW::Search::Ebay to 3.042.
new 7272311 bump version in debian/components/ebay/version
new 36d54e3 Bump debhelper to 9 in debian/components/*/control.
new fdcff94 Update all_from.patch (fuzz).
new a388d52 Mark package as autopkgtest-able.
new c967f8e Add libwww-mechanize-perl as Dependency for WWW::Search::Pagesjaunes.
new 0057501 Add libbit-vector-perl to Recommends for WWW::Search::Test.
new 281c87f releasing package libwww-search-perl version 2.51.40-1
The 11 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 | 8 +
MANIFEST | 5 +
META.yml | 6 +-
MYMETA.json | 82 ++++
MYMETA.yml | 59 +++
Makefile.PL | 14 +-
Programs/AutoSearch | 2 +-
debian/changelog | 13 +
debian/components/altavista/control | 2 +-
debian/components/ebay/control | 2 +-
debian/components/ebay/version | 2 +-
debian/components/firstgov/control | 2 +-
debian/components/googlism/control | 2 +-
debian/components/jobserve/control | 2 +-
debian/components/lycos/control | 2 +-
debian/components/news/control | 2 +-
debian/components/pagesjaunes/control | 4 +-
debian/components/yahoo/control | 2 +-
debian/control | 4 +-
debian/patches/all_from.patch | 10 +-
debian/patches/autopkgtest.patch | 17 +
debian/patches/series | 1 +
debian/tests/pkg-perl/syntax-skip | 2 +
debian/update.sh | 2 +-
ebay/Changes | 30 ++
ebay/LICENSE | 676 +++++++++++++++++++++++++++-
ebay/MANIFEST | 11 +-
ebay/META.yml | 5 +-
ebay/MYMETA.json | 60 ---
ebay/MYMETA.yml | 37 --
ebay/Makefile.PL | 23 +-
ebay/README.md | 2 +
ebay/inc/Module/Install.pm | 22 +-
ebay/inc/Module/Install/AuthorTests.pm | 59 +++
ebay/inc/Module/Install/Base.pm | 2 +-
ebay/inc/Module/Install/Can.pm | 2 +-
ebay/inc/Module/Install/Fetch.pm | 2 +-
ebay/inc/Module/Install/Makefile.pm | 4 +-
ebay/inc/Module/Install/Metadata.pm | 6 +-
ebay/inc/Module/Install/PerlTar.pm | 45 ++
ebay/inc/Module/Install/Win32.pm | 2 +-
ebay/inc/Module/Install/WriteAll.pm | 2 +-
ebay/lib/WWW/Search/Ebay.pm | 249 +++++-----
ebay/lib/WWW/Search/Ebay/Auctions.pm | 2 +-
ebay/lib/WWW/Search/Ebay/BuyItNow.pm | 2 +-
ebay/lib/WWW/Search/Ebay/ByEndDate.pm | 58 +--
ebay/lib/WWW/Search/Ebay/BySellerID.pm | 6 +-
ebay/lib/WWW/Search/Ebay/Category.pm | 8 +-
ebay/lib/WWW/Search/Ebay/Motors.pm | 6 +-
ebay/lib/WWW/Search/Ebay/Stores.pm | 2 +-
ebay/t/category.t | 12 +-
ebay/t/coverage.t | 2 +-
ebay/t/ebay.t | 6 +-
ebay/t/enddate.t | 4 +-
ebay/t/itemnumber.t | 2 +-
ebay/t/motors.t | 76 ----
ebay/t/pod-coverage.t | 2 +-
ebay/t/pod.t | 2 +-
ebay/t/stores.t | 103 -----
ebay/{t => xt}/buyitnow.t | 2 +-
ebay/{t => xt}/bysellerid.t | 10 +-
errors.log | 138 ++++++
inc/Module/Install.pm | 22 +-
inc/Module/Install/Base.pm | 2 +-
inc/Module/Install/Can.pm | 2 +-
inc/Module/Install/Fetch.pm | 2 +-
inc/Module/Install/Makefile.pm | 4 +-
inc/Module/Install/Metadata.pm | 6 +-
inc/Module/Install/PerlTar.pm | 45 ++
inc/Module/Install/Scripts.pm | 2 +-
inc/Module/Install/Win32.pm | 2 +-
inc/Module/Install/WriteAll.pm | 2 +-
lib/WWW/Search.pm | 2 +-
lib/WWW/Search/{Test.pm => .#Test.pm.2.289} | 12 +-
lib/WWW/Search/Null/Count.pm | 2 +-
lib/WWW/Search/Null/Empty.pm | 2 +-
lib/WWW/Search/Null/Error.pm | 2 +-
lib/WWW/Search/Null/NoVersion.pm | 2 +-
lib/WWW/Search/Result.pm | 2 +-
lib/WWW/Search/Test.pm | 19 +-
lib/WWW/SearchResult.pm | 2 +-
t/0_versions.t | 4 +-
t/autosearch.t | 2 +-
t/null-count.t | 2 +-
t/null-empty.t | 2 +-
t/null-error.t | 2 +-
t/pod.t | 2 +-
t/test.t | 2 +-
t/test_parsing.pl | 2 +-
t/use.t | 2 +-
90 files changed, 1507 insertions(+), 576 deletions(-)
create mode 100644 MYMETA.json
create mode 100644 MYMETA.yml
create mode 100644 debian/patches/autopkgtest.patch
create mode 100644 debian/tests/pkg-perl/syntax-skip
delete mode 100644 ebay/MYMETA.json
delete mode 100644 ebay/MYMETA.yml
create mode 100644 ebay/README.md
create mode 100644 ebay/inc/Module/Install/AuthorTests.pm
create mode 100644 ebay/inc/Module/Install/PerlTar.pm
delete mode 100644 ebay/t/motors.t
delete mode 100644 ebay/t/stores.t
rename ebay/{t => xt}/buyitnow.t (97%)
rename ebay/{t => xt}/bysellerid.t (88%)
create mode 100644 errors.log
create mode 100644 inc/Module/Install/PerlTar.pm
copy lib/WWW/Search/{Test.pm => .#Test.pm.2.289} (98%)
--
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