[libbusiness-isbn-perl] annotated tag upstream/2.011 created (now 9f3d3a5)

gregor herrmann gregoa at debian.org
Wed Jul 20 17:13:54 UTC 2016


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

gregoa pushed a change to annotated tag upstream/2.011
in repository libbusiness-isbn-perl.

        at  9f3d3a5   (tag)
   tagging  f4f622c232873187279f1e25064504acdedd1080 (commit)
  replaces  upstream/2.010
 tagged by  gregor herrmann
        on  Wed Jul 20 19:00:59 2016 +0200

- Log -----------------------------------------------------------------
Upstream version 2.011

Andy Lester (1):
      Sorted all the country data down at the bottom to make it easier to pick through it all

David Steinbrunner (1):
      Added cpan repository metadata

brian d foy (250):
      Initial revision
      * these files were from some other universe.  they have since returned
      * removed tarballs.
      * this file was from something else, which has claimed it.
      * syncing this version number with the one from my local CVS repository.
      Added missing commas to revised data format
      * This is the first stab at separating the ISBN data from
      * This is the new data from www.isbn.org.  There are some minor differences
      * there were ^M line endings.  the file was uploaded via maccvs
      * a list of ISBNs from Andy Lester that we can use for testing
      * added a test to check a long list of ISBNs
      * removed a bunch of bad and malformed ISBNs
      * removed data from this module (it's now in Data.pm)
      Fixed a quoting problem with group code 986 - China wasn't quoted
      * added isbns.txt which test.pl needs
      * a script to pull down ISBN data and partially munge it.
      * removed the isbns.txt file to make the distribution smaller.  i'll
      * only performs the isbn file test if isbns.txt is readable.  otherwise
      * added a mehtod to produce an EAN13 barcode, in PNG format, from the ISBN
      * more German ISBNs from  Christian Kirsch <ck at held.mind.de>.
      * removed hyphens
      * removed a couple of lines that tried to short-circuit checking
      * changed _common_format so that it untaints the data
      * added Pod stubs
      * added new EAN prefix 979 support
      * converted tests to Test::More
      * skip gzip files
      * POD fixes - use items rather than head2s
      * added back isbns.txt
      * got rid of trial_publisher_code_length
      * added Test::Pod dependency
      * changes up to 1.70
      * added release config file
      * MakeMaker artifacts
      * first version for xisbn tests
      * Test::Pod is now optional
      * added xisbn test
      * hard code class names to get rid of File::Find::Rule
      * made some lines a bit more pretty
      * removed File::Find::Rule and some test dependencies
      * added support for OCLC's xIBSN project
      * i'm getting uninitialized value warnings, so i'll turn off warnings
      * removed the no warnings statement since the warnings
      * added dist pattern
      * added release cookie file artifact
      * for version 1.71
      * get rid of File::Find::Rule
      * cheack for required modules in png_barcode, and warn if they aren't there
      * added META.yml
      * for version 1.72
      * this is only a distribution fix, not a bug fix
      * Makemaker will automatically create META.yml for us
      * for version 1.73
      * do not put these files in the MANIFEST
      * updated from current POD, 1.73
      * added note about LightningSource's ISBN bar code generator
      * ignore left over temporary files
      * created with make maifest, so now they are in order
      * for version 1.74
      * added SourceForge address to SOURCE note
      * added note about 13 digit ISBNs
      * for version 1.76
      * removed Business::ISBN::Data from the distribution.  It's a separate
      * for version 1.77
      * stripped some whitespace
      * require the latest version of Business::ISBN::Data,
      * for version 1.78
      * Updated tests reflect the latest changes to the ISBN prefixes and
      Ignore Schwern's new artifacts
      * for version 1.79
      * added a POD coverage test, and added docs for the uncovered methods
      * for version 1.80
      * add pod_coverage.t to MANIFEST!  Oops!
      * The data file is now in a separate distribution
      * expose the "country" group name as the country method. It should
      * for version 1.81
      * Fixed a small problem in the validating code. It turns out that 0
      * for version 1.82
      * updated for copyright and license
      * for version 1.83
      * updated for copyright and license
      * updated for copyright and license
      * for version 1.83
      * for version 1.84
      add examples directory
      Start of refactoring to support ISBN13
      * rewrote most of the code and moved the common parts into ISBN.pm
      * test for exportable constants
      Consolidating the documentation and filling out the tests. Almost there :)
      Add author to Makefile.PL and tag version as dev release
      * for version 2.00
      * let's promote this to a full fledged release
      * some developer files
      * add rt/27107.t to the distro and tests
      * for version 2.01
      * fix RT # 28843: _parse_prefix in ISBN13.pm accepted anything that was 13
      bump version
      * for version 2.02
      * Fix Exporter import. It seems there are still some people using MacOS 9.
      * for version 2.02
      * added a valid_isbn_checksum exportable routine to just return the
      * added test file for valid_isbn_checksum function
      * for version 2.02
      * RT #29089 - _max_length in ISBN13.pm still says 10. Now fixed.
      * add ISBN13 test files to manifest
      shut up pod coverage
      * for version 2.02
      * ISBN13::group should return the same group ISBN10 would. I had a
      * bump version numbers
      * for version 2.02
      * test for RT 29292: ensure ISBN 13 has hypens in the right place
      * update version and MANIFEST for new test file
      * for version 2.02
      * Workaround odd bug about modifying non-lvalue subroutine.
      * Disable Test::Pod::Coverage because Pod::Coverage is broken
      * for version 2.03
      * make png_barcode test work, skip everything if no GD::Barcode::EAN13
      * for version 2.03
      * added dropbox directory to hold various docs I find
      * Adjustment to example in synopsis
      * The ISBN Agency added a prefix for Gabon (99902), so my test
      * bump and sanitize version
      * Require the latest versions of Test::Manifest and Business::ISBN::Data
      * Remove the GD prereq. Everyone seems to be having a problem
      Whitespace fixes
      * Need to make this a developer release"
      * Changes clean-ups. No big whoop
      * Updated version to 2.05, now that I know 2.04_01 works. That
      * Update prereqs, copyright date
      * Update the copyright date on everything
      * Guard against invalid ISBN formats in valid_isbn_checksum. Remove SVN keywords
      * Update the XISBN URL
      * don't use defined with a hash. That's deprecated
      Update xisbn test for right URL
      Ignore generated file MYMETA.yml
      Remove CVS keywords
      Add missing 2.05 message
      Move lib files to conventional location
      Update host. Again. *shrug*
      Merge branch 'cvstags' into xisbn
      Merge branch 'xisbn'
      Make this a dev release
      Ignore dropbox folder
      Fix RT#52430
      Update copyright dates
      Changes from the previous release, 2.05_01
      Remove the * for the non-list of bugs
      Bump versions
      Require latest ISBN data
      Bump version
      99970 is now a valid group code (for Haiti)
      Changes to fix test for Haiti group code
      Update to Github address
      Format and whitespace
      Remove CVS header line
      Github #3: Don't set GOOD_ISBN at the end of _check_validity.
      Bump to 2.05_04
      Bump to stable release
      Update MANIFEST, add test for Github issue #3
      Changes for 2.06
      Use default MANIFEST.SKIP
      Update version and copyright date
      Merge branch 'master' of github.com:briandfoy/business--isbn
      Release for 2.07
      Update bad isbns to use a bad group code
      Use the latest ISBN data
      Use TEST_REQUIRES
      Add stuff to increment and decrement articles
      Add the first steps for testing increments
      Return ARTICLE_CODE_OUT_OF_RANGE for increment errors
      Bump version
      Add stepping test
      Credit Markus Spann for increment and decrement
      Get rid of Test::ISBN circular dependency
      Bump version
      () after call to constant
      Get rid of circular dependency
      Clean up Changes
      Remove .cvsignore
      Expand .travis.yml for coveralls, 5.20, helpers
      ignore these files
      Update copyright statement
      Remove HTML version of the docs
      normalize Changes header line according to CPAN::Changes::Spec
      Add author test for Changes file
      Fix changes.t for missing interpolated variable
      Normalize Changes, more so
      Date format for CPAN::Changes::Spec
      Modulino-ize Makefile.PL, Phase 1
      Die if we cannot load correct ExtUtils::MakeMaker
      More modernization of Makefile.PL
      Most of the modernization of Makefile.PL
      Update LICENSE file to include full license
      "Depend on File::Spec::Functions"
      "5.008 does not have // !"
      Dist name from module
      clean up distdir
      set a package
      It's not bugtraker with no c
      The new README.pod, fit for GitHub
      Remove the old README (now README.pod)
      Update MANIFEST
      Add MIN_PERL_VERSION
      Add MIN_PERL_VERSION
      Add Pod to all the Makefile.PLs
      typo
      Add INSTALL.SKIP
      Add INSTALL.SKIP
      Escape metachar in skip pattern
      Update MANIFEST for INSTALL.SKIP
      Use Mojo to fetch and parse xISBN.
      Use an environment variable to set debug.
      Whitespace
      Bump version
      Add Pod encoding
      Remove debugging statement
      Brace reformatting
      * for version 2.09_01
      Remove old test file
      Fix a bullet point in the changes
      Require a later Test::More
      Have a fallback if Mojo::DOM isn't there.
      Bump version
      * for version 2.09_02
      Update MANIFEST for inadverent additions
      Git rid of tabs in YAML
      Merge branch 'master' of github.com:briandfoy/business-isbn
      Add v5.22 to Travis, and run in container by turning off sudo
      Add v5.22 to Travis, and run in container by turning off sudo
      Fix repository location
      Note what this module does
      Whitespace
      Sync dependency on *::Data to the latest
      Bump version
      * for version 2.010
      These subs are in the main package
      Bump version
      Example of setting unassigned group code
      Add the error_* methods to get the error text
      Access the argument list directly
      Deprecate xisbn
      The error codes are the ones less than 1
      remove the xisbn tests from the manifest
      Add a test file for the error_* methods
      Test the errors
      Update MANIFEST
      * for version 2.010_01
      Fix Changes to note that 2.010 is a stable release
      Bump to stable version
      * for version 2.011

gregor herrmann (1):
      Imported Upstream version 2.011

-----------------------------------------------------------------------

No new revisions were added by this update.

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



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