diff -Nru libbusiness-ismn-perl-1.13/Changes libbusiness-ismn-perl-1.131/Changes --- libbusiness-ismn-perl-1.13/Changes 2014-11-28 05:43:36.000000000 +0000 +++ libbusiness-ismn-perl-1.131/Changes 2016-12-05 19:16:34.000000000 +0000 @@ -1,37 +1,40 @@ -# Changes for Business::ISMN +Revision history for Perl module Business::ISMN -1.13 - Fri Nov 28 00:42:54 2014 +1.131 2016-12-05T19:16:19Z + * Remove the prereq test, which I'll do locally instead of everywhere. + +1.13 - 2014-11-28 * Reqire a recent Tie::Cycle. Some CPAN testers picked up a ghost version somehow. -1.12 - Fri Nov 21 23:06:24 2014 +1.12 - 2014-11-21 * RT #100506 : Fix package name * Modernize distro -1.11 - Thu Oct 25 22:01:29 2007 +1.11 - 2007-10-25 * distro adjustments. no big whoop. -1.10 - Tue Jan 9 23:17:19 2007 +1.10 - 2007-01-09 * updated copyright and license info * no code changes, so no need to upgrade -1.08 - Mon Jun 5 00:10:55 2006 +1.08 - 2006-06-05 * fix-ups to dist. No need to upgrade. -1.07 - Thu May 18 18:05:18 2006 +1.07 - 2006-05-18 * cleanups for distro and kwalitee. no need to upgrade. -1.6 - Tue Mar 8 17:18:49 2005 +1.6 - 2005-03-08 * Added a POD coverage test and fixed up the problems it found -1.5 - Thu Sep 16 11:10:52 2004 -* distro cleanups: no need to upgrade +1.5 - 2004-09-16 + * distro cleanups: no need to upgrade + +1.2 - 2002-10-09 + * cleaned up distribution---no code changes -1.2 - Wed Oct 9 01:16:03 CDT 2002 - + cleaned up distribution---no code changes +1.2 - 2002-09-09 + * fixed checksum routine -1.2 - Mon Sep 9 14:55:31 CDT 2002 - + fixed checksum routine - -1.1 - Mon Sep 9 11:41:43 CDT 2002 - + first version of Business::ISMN +1.1 - 2002-09-09 + * first version of Business::ISMN diff -Nru libbusiness-ismn-perl-1.13/debian/changelog libbusiness-ismn-perl-1.131/debian/changelog --- libbusiness-ismn-perl-1.13/debian/changelog 2015-08-12 15:26:17.000000000 +0000 +++ libbusiness-ismn-perl-1.131/debian/changelog 2023-09-27 16:41:36.000000000 +0000 @@ -1,3 +1,30 @@ +libbusiness-ismn-perl (1.131-1~16.04.sav0) xenial; urgency=medium + + * Backport to Xenial + + -- Rob Savoury Wed, 27 Sep 2023 09:41:36 -0700 + +libbusiness-ismn-perl (1.131-1) unstable; urgency=medium + + [ gregor herrmann ] + * Rename autopkgtest configuration file(s) as per new pkg-perl- + autopkgtest schema. + + [ Salvatore Bonaccorso ] + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + * Update debian/upstream/metadata. + * Import upstream version 1.131 + * Update years of upstream and packaging copyright. + * Remove libtest-prereq-perl from Build-Depends-Indep. + The respective test is gone. (Closes: #847176) + * Declare compliance with Debian Policy 3.9.8. + * Drop debian/tests/pkg-perl/smoke-files. Not needed anymore. + + -- gregor herrmann Tue, 06 Dec 2016 20:59:09 +0100 + libbusiness-ismn-perl (1.13-1) unstable; urgency=medium * Team upload. diff -Nru libbusiness-ismn-perl-1.13/debian/control libbusiness-ismn-perl-1.131/debian/control --- libbusiness-ismn-perl-1.13/debian/control 2015-08-12 15:26:17.000000000 +0000 +++ libbusiness-ismn-perl-1.131/debian/control 2016-12-06 19:59:09.000000000 +0000 @@ -1,24 +1,24 @@ Source: libbusiness-ismn-perl -Section: perl -Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann +Section: perl +Testsuite: autopkgtest-pkg-perl +Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: libtest-pod-coverage-perl, - libtest-pod-perl, - libtest-prereq-perl, - libtie-cycle-perl, - perl -Standards-Version: 3.9.6 + libtest-pod-perl, + libtie-cycle-perl, + perl +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libbusiness-ismn-perl.git -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libbusiness-ismn-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libbusiness-ismn-perl.git Homepage: https://metacpan.org/release/Business-ISMN -Testsuite: autopkgtest-pkg-perl Package: libbusiness-ismn-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, - libtie-cycle-perl +Depends: ${misc:Depends}, + ${perl:Depends}, + libtie-cycle-perl Description: module for International Standard Music Numbers Business::ISMN is a module for working with International Standard Music Numbers. It allows one to format, query, convert, or validate them, and to diff -Nru libbusiness-ismn-perl-1.13/debian/copyright libbusiness-ismn-perl-1.131/debian/copyright --- libbusiness-ismn-perl-1.13/debian/copyright 2015-08-12 15:26:17.000000000 +0000 +++ libbusiness-ismn-perl-1.131/debian/copyright 2016-12-06 19:59:09.000000000 +0000 @@ -1,14 +1,14 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Business-ISMN Source: https://metacpan.org/release/Business-ISMN Upstream-Contact: brian d foy Files: * -Copyright: 2001-2014, brian d foy +Copyright: 2001-2016, brian d foy License: Artistic or GPL-1+ Files: debian/* -Copyright: 2013, gregor herrmann +Copyright: 2013-2016, gregor herrmann 2015, Lucas Kanashiro License: Artistic or GPL-1+ diff -Nru libbusiness-ismn-perl-1.13/debian/tests/pkg-perl/test-files libbusiness-ismn-perl-1.131/debian/tests/pkg-perl/test-files --- libbusiness-ismn-perl-1.13/debian/tests/pkg-perl/test-files 2015-08-12 15:26:17.000000000 +0000 +++ libbusiness-ismn-perl-1.131/debian/tests/pkg-perl/test-files 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -t/ -Makefile.PL diff -Nru libbusiness-ismn-perl-1.13/debian/upstream/metadata libbusiness-ismn-perl-1.131/debian/upstream/metadata --- libbusiness-ismn-perl-1.13/debian/upstream/metadata 2015-08-12 15:26:17.000000000 +0000 +++ libbusiness-ismn-perl-1.131/debian/upstream/metadata 2016-12-06 19:59:09.000000000 +0000 @@ -1,4 +1,7 @@ --- Archive: CPAN +Bug-Database: https://github.com/briandfoy/business-ismn/issues Contact: brian d foy Name: Business-ISMN +Repository: https://github.com/briandfoy/business-ismn.git +Repository-Browse: https://github.com/briandfoy/business-ismn diff -Nru libbusiness-ismn-perl-1.13/INSTALL.SKIP libbusiness-ismn-perl-1.131/INSTALL.SKIP --- libbusiness-ismn-perl-1.13/INSTALL.SKIP 1970-01-01 00:00:00.000000000 +0000 +++ libbusiness-ismn-perl-1.131/INSTALL.SKIP 2016-12-05 19:16:34.000000000 +0000 @@ -0,0 +1,6 @@ +README\.pod +README.* + +# things that might be in local directories after fooling +# around with them +\.DS_Store diff -Nru libbusiness-ismn-perl-1.13/lib/Business/ISMN/Data.pm libbusiness-ismn-perl-1.131/lib/Business/ISMN/Data.pm --- libbusiness-ismn-perl-1.13/lib/Business/ISMN/Data.pm 2014-11-28 05:43:36.000000000 +0000 +++ libbusiness-ismn-perl-1.131/lib/Business/ISMN/Data.pm 2016-12-05 19:16:34.000000000 +0000 @@ -1,7 +1,9 @@ package Business::ISMN::Data; use strict; -our $VERSION = '1.13'; +our $VERSION = '1.131'; + +=encoding utf8 =head1 NAME @@ -21,7 +23,7 @@ =head1 COPYRIGHT AND LICENSE -Copyright (c) 2005-2014 brian d foy. All rights reserved. +Copyright © 2005-2016, brian d foy . All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libbusiness-ismn-perl-1.13/lib/Business/ISMN.pm libbusiness-ismn-perl-1.131/lib/Business/ISMN.pm --- libbusiness-ismn-perl-1.13/lib/Business/ISMN.pm 2014-11-28 05:43:36.000000000 +0000 +++ libbusiness-ismn-perl-1.131/lib/Business/ISMN.pm 2016-12-05 19:16:34.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use base qw(Exporter); -use subs qw( +use subs qw( _common_format _checksum is_valid_checksum INVALID_PUBLISHER_CODE BAD_CHECKSUM @@ -23,7 +23,7 @@ @EXPORT_OK = qw(is_valid_checksum ean_to_ismn ismn_to_ean INVALID_PUBLISHER_CODE BAD_CHECKSUM GOOD_ISMN BAD_ISMN); -($VERSION) = '1.13'; +($VERSION) = '1.131'; sub INVALID_PUBLISHER_CODE { -3 }; sub BAD_CHECKSUM { -1 }; @@ -312,6 +312,8 @@ __END__ +=encoding utf8 + =head1 NAME Business::ISMN - work with International Standard Music Numbers @@ -552,7 +554,7 @@ =head1 COPYRIGHT AND LICENSE -Copyright (c) 2001-2014, brian d foy, All Rights Reserved. +Copyright © 2001-2016, brian d foy . All rights reserved. You may redistribute this under the same terms as Perl itself. diff -Nru libbusiness-ismn-perl-1.13/LICENSE libbusiness-ismn-perl-1.131/LICENSE --- libbusiness-ismn-perl-1.13/LICENSE 2014-11-28 05:43:36.000000000 +0000 +++ libbusiness-ismn-perl-1.131/LICENSE 2016-12-05 19:16:34.000000000 +0000 @@ -1 +1,177 @@ -You can use Business::ISMN under the same terms as Perl itself. \ No newline at end of file +The Business::ISMN module is licensed under the same terms as perl +itself, under the Artistic License 2.0. + + +Artistic License 2.0 +Copyright (c) 2000-2006, The Perl Foundation. +http://www.perlfoundation.org/artistic_license_2_0 + +Preamble + +This license establishes the terms under which a given free software +Package may be copied, modified, distributed, and/or redistributed. +The intent is that the Copyright Holder maintains some artistic +control over the development of that Package while still keeping the +Package available as open source and free software. + +You are always permitted to make arrangements wholly outside of this +license directly with the Copyright Holder of a given Package. If the +terms of this license do not permit the full use that you propose to +make of the Package, you should contact the Copyright Holder and seek +a different licensing arrangement. + +Definitions + +"Copyright Holder" means the individual(s) or organization(s) named in +the copyright notice for the entire Package. + +"Contributor" means any party that has contributed code or other +material to the Package, in accordance with the Copyright Holder's +procedures. + +"You" and "your" means any person who would like to copy, distribute, +or modify the Package. + +"Package" means the collection of files distributed by the Copyright +Holder, and derivatives of that collection and/or of those files. A +given Package may consist of either the Standard Version, or a +Modified Version. + +"Distribute" means providing a copy of the Package or making it +accessible to anyone else, or in the case of a company or +organization, to others outside of your company or organization. + +"Distributor Fee" means any fee that you charge for Distributing this +Package or providing support for this Package to another party. It +does not mean licensing fees. + +"Standard Version" refers to the Package if it has not been modified, +or has been modified only in ways explicitly requested by the +Copyright Holder. + +"Modified Version" means the Package, if it has been changed, and such +changes were not explicitly requested by the Copyright Holder. + +"Original License" means this Artistic License as Distributed with the +Standard Version of the Package, in its current version or as it may +be modified by The Perl Foundation in the future. + +"Source" form means the source code, documentation source, and +configuration files for the Package. + +"Compiled" form means the compiled bytecode, object code, binary, or +any other form resulting from mechanical transformation or translation +of the Source form. + +Permission for Use and Modification Without Distribution + +(1) You are permitted to use the Standard Version and create and use +Modified Versions for any purpose without restriction, provided that +you do not Distribute the Modified Version. + +Permissions for Redistribution of the Standard Version + +(2) You may Distribute verbatim copies of the Source form of the +Standard Version of this Package in any medium without restriction, +either gratis or for a Distributor Fee, provided that you duplicate +all of the original copyright notices and associated disclaimers. At +your discretion, such verbatim copies may or may not include a +Compiled form of the Package. + +(3) You may apply any bug fixes, portability changes, and other +modifications made available from the Copyright Holder. The resulting +Package will still be considered the Standard Version, and as such +will be subject to the Original License. + +Distribution of Modified Versions of the Package as Source + +(4) You may Distribute your Modified Version as Source (either gratis +or for a Distributor Fee, and with or without a Compiled form of the +Modified Version) provided that you clearly document how it differs +from the Standard Version, including, but not limited to, documenting +any non-standard features, executables, or modules, and provided that +you do at least ONE of the following: + + (a) make the Modified Version available to the Copyright Holder of the + Standard Version, under the Original License, so that the Copyright + Holder may include your modifications in the Standard Version. + + (b) ensure that installation of your Modified Version does not prevent + the user installing or running the Standard Version. In addition, the + Modified Version must bear a name that is different from the name of + the Standard Version. + + (c) allow anyone who receives a copy of the Modified Version to make + the Source form of the Modified Version available to others under + + (i) the Original License or + + (ii) a license that permits the licensee to freely copy, modify and + redistribute the Modified Version using the same licensing terms that + apply to the copy that the licensee received, and requires that the + Source form of the Modified Version, and of any works derived from it, + be made freely available in that license fees are prohibited but + Distributor Fees are allowed. + +Distribution of Compiled Forms of the Standard Version or Modified +Versions without the Source + +(5) You may Distribute Compiled forms of the Standard Version without +the Source, provided that you include complete instructions on how to +get the Source of the Standard Version. Such instructions must be +valid at the time of your distribution. If these instructions, at any +time while you are carrying out such distribution, become invalid, you +must provide new instructions on demand or cease further distribution. +If you provide valid instructions or cease distribution within thirty +days after you become aware that the instructions are invalid, then +you do not forfeit any of your rights under this license. + +(6) You may Distribute a Modified Version in Compiled form without the +Source, provided that you comply with Section 4 with respect to the +Source of the Modified Version. + +Aggregating or Linking the Package + +(7) You may aggregate the Package (either the Standard Version or +Modified Version) with other packages and Distribute the resulting +aggregation provided that you do not charge a licensing fee for the +Package. Distributor Fees are permitted, and licensing fees for other +components in the aggregation are permitted. The terms of this license +apply to the use and Distribution of the Standard or Modified Versions +as included in the aggregation. + +(8) You are permitted to link Modified and Standard Versions with +other works, to embed the Package in a larger work of your own, or to +build stand-alone binary or bytecode versions of applications that +include the Package, and Distribute the result without restriction, +provided the result does not expose a direct interface to the Package. + +Items That are Not Considered Part of a Modified Version + +(9) Works (including, but not limited to, modules and scripts) that +merely extend or make use of the Package, do not, by themselves, cause +the Package to be a Modified Version. In addition, such works are not +considered parts of the Package itself, and are not subject to the +terms of this license. + +General Provisions + +(10) Any use, modification, and distribution of the Standard or +Modified Versions is governed by this Artistic License. By using, +modifying or distributing the Package, you accept this license. Do not +use, modify, or distribute the Package, if you do not accept this +license. + +(11) If your Modified Version has been derived from a Modified Version +made by someone other than you, you are nevertheless required to +ensure that your Modified Version complies with the requirements of +this license. + +(12) This license does not grant you the right to use any trademark, +service mark, tradename, or logo of the Copyright Holder. + +(13) This license includes the non-exclusive, worldwide, +free-of-charge patent license to make, have made, use, offer to sell, +sell, import and otherwise transfer the Package with respect to any +patent claims licensable by the Copyright Holder that are necessarily +infringed by the Package. If you institute patent litigation diff -Nru libbusiness-ismn-perl-1.13/Makefile.PL libbusiness-ismn-perl-1.131/Makefile.PL --- libbusiness-ismn-perl-1.13/Makefile.PL 2014-11-28 05:43:36.000000000 +0000 +++ libbusiness-ismn-perl-1.131/Makefile.PL 2016-12-05 19:16:34.000000000 +0000 @@ -1,35 +1,113 @@ -require 5.008; +package Business::ISMN; +use strict; +use warnings; -use ExtUtils::MakeMaker 6.65; +=encoding utf8 -eval "use Test::Manifest 1.21"; - -WriteMakefile( - 'NAME' => 'Business::ISMN', - 'VERSION_FROM' => 'lib/Business/ISMN.pm', +=head1 The build file for Business::ISMN + +This build file is a modulino; it works as both a build script and +a module. + +To build the distribution, run this file normally: + + % perl Makefile.PL + +But, it's more interesting than that. You can load it with C +and call C to get the data structure it passes to +C: + + my $package = require '/path/to/Makefile.PL'; + my $arguments = $package->arguments; + +Note that C-ing a file makes an entry in C<%INC> for exactly +that name. If you try to C another file with the same name, +even from a different path, C thinks it has already loaded +the file. As such, I recommend you always require the full path to the +file. + +The return value of the C is a package name (in this case, +the name of the main module. Use that to call the C method. + +Even if this distribution needs a higher version of Perl, this bit +only needs v5.8. You can play with the data structure with a primitive +Perl. + +=cut + +use File::Spec::Functions qw(catfile); + +my $module = __PACKAGE__; +( my $dist = $module ) =~ s/::/-/g; + +my $github = 'https://github.com/briandfoy/business-ismn'; +my $main_file = catfile( 'lib', split /::/, "$module.pm" ); + +my %WriteMakefile = ( + 'MIN_PERL_VERSION' => '5.008', + + 'NAME' => $module, + 'VERSION_FROM' => $main_file, + 'ABSTRACT_FROM' => $main_file, 'LICENSE' => 'perl', 'AUTHOR' => 'brian d foy ', - 'ABSTRACT' => 'Work with International Standard Music Numbers', - + + 'CONFIGURE_REQUIRES' => { + 'ExtUtils::MakeMaker' => '6.64', + 'File::Spec::Functions' => '0', + }, + + 'BUILD_REQUIRES' => { + }, + + 'TEST_REQUIRES' => { + 'Test::More' => '0.95', + }, + 'PREREQ_PM' => { 'List::Util' => '0', 'Tie::Cycle' => '1.21', }, - 'TEST_REQUIRES' => { - 'Test::More' => '0.95', - }, - 'META_MERGE' => { 'meta-spec' => { version => 2 }, - resources => { - repository => { - type => 'git', - url => 'https://github.com/briandfoy/business--isbn.git', - web => 'https://github.com/briandfoy/business--isbn', + resources => { + repository => { + type => 'git', + url => "$github.git", + web => $github, + }, + bugtracker => { + web => "$github/issues", }, + homepage => $github, }, }, - clean => { FILES => 'Business-ISMN-*' }, + clean => { FILES => "$dist-*" }, ); + +sub arguments { \%WriteMakefile } + +do_it() unless caller; +sub do_it { + require File::Spec; + my $MM ='ExtUtils::MakeMaker'; + my $MM_version = + eval{ "$MM " . $WriteMakefile{'CONFIGURE_REQUIRES'}{'ExtUtils::MakeMaker'} } + || + "$MM 6.64"; + eval "use $MM_version; 1" or die "Could not load $MM_version: $@"; + eval "use Test::Manifest 1.21" + if -e File::Spec->catfile( qw(t test_manifest) ); + + my $arguments = arguments(); + my $minimum_perl = $arguments->{MIN_PERL_VERSION} || '5.008'; + eval "require $minimum_perl;" or die $@; + + WriteMakefile( %$arguments ); + } + + +no warnings; +__PACKAGE__; diff -Nru libbusiness-ismn-perl-1.13/MANIFEST libbusiness-ismn-perl-1.131/MANIFEST --- libbusiness-ismn-perl-1.13/MANIFEST 2014-11-28 05:43:38.000000000 +0000 +++ libbusiness-ismn-perl-1.131/MANIFEST 2016-12-05 19:16:38.000000000 +0000 @@ -1,5 +1,6 @@ Changes examples/README +INSTALL.SKIP ismns.txt lib/Business/ISMN.pm lib/Business/ISMN/Data.pm @@ -7,12 +8,12 @@ Makefile.PL MANIFEST This list of files MANIFEST.SKIP -META.yml -README +README.pod t/ismn.t t/load.t t/pod.t t/pod_coverage.t -t/prereq.t t/test_manifest +xt/changes.t +META.yml Module YAML meta-data (added by MakeMaker) META.json Module JSON meta-data (added by MakeMaker) diff -Nru libbusiness-ismn-perl-1.13/META.json libbusiness-ismn-perl-1.131/META.json --- libbusiness-ismn-perl-1.13/META.json 2014-11-28 05:43:38.000000000 +0000 +++ libbusiness-ismn-perl-1.131/META.json 2016-12-05 19:16:38.000000000 +0000 @@ -1,10 +1,10 @@ { - "abstract" : "Work with International Standard Music Numbers", + "abstract" : "work with International Standard Music Numbers", "author" : [ "brian d foy " ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.132830", + "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.140640", "license" : [ "perl_5" ], @@ -19,13 +19,40 @@ "inc" ] }, + "prereqs" : { + "build" : { + "requires" : {} + }, + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : "6.64", + "File::Spec::Functions" : "0" + } + }, + "runtime" : { + "requires" : { + "List::Util" : "0", + "Tie::Cycle" : "1.21", + "perl" : "5.008" + } + }, + "test" : { + "requires" : { + "Test::More" : "0.95" + } + } + }, "release_status" : "stable", "resources" : { + "bugtracker" : { + "web" : "https://github.com/briandfoy/business-ismn/issues" + }, + "homepage" : "https://github.com/briandfoy/business-ismn", "repository" : { "type" : "git", - "url" : "https://github.com/briandfoy/business--isbn.git", - "web" : "https://github.com/briandfoy/business--isbn" + "url" : "https://github.com/briandfoy/business-ismn.git", + "web" : "https://github.com/briandfoy/business-ismn" } }, - "version" : "1.13" + "version" : "1.131" } diff -Nru libbusiness-ismn-perl-1.13/META.yml libbusiness-ismn-perl-1.131/META.yml --- libbusiness-ismn-perl-1.13/META.yml 2014-11-28 05:43:38.000000000 +0000 +++ libbusiness-ismn-perl-1.131/META.yml 2016-12-05 19:16:37.000000000 +0000 @@ -1,19 +1,29 @@ --- -abstract: 'Work with International Standard Music Numbers' +abstract: 'work with International Standard Music Numbers' author: - 'brian d foy ' -build_requires: {} +build_requires: + Test::More: '0.95' +configure_requires: + ExtUtils::MakeMaker: '6.64' + File::Spec::Functions: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.132830' +generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.140640' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + version: '1.4' name: Business-ISMN no_index: directory: - t - inc +requires: + List::Util: '0' + Tie::Cycle: '1.21' + perl: '5.008' resources: - repository: https://github.com/briandfoy/business--isbn.git -version: 1.13 + bugtracker: https://github.com/briandfoy/business-ismn/issues + homepage: https://github.com/briandfoy/business-ismn + repository: https://github.com/briandfoy/business-ismn.git +version: '1.131' diff -Nru libbusiness-ismn-perl-1.13/README libbusiness-ismn-perl-1.131/README --- libbusiness-ismn-perl-1.13/README 2014-11-28 05:43:36.000000000 +0000 +++ libbusiness-ismn-perl-1.131/README 1970-01-01 00:00:00.000000000 +0000 @@ -1,27 +0,0 @@ -$Id: README,v 1.1 2004/09/16 15:58:26 comdog Exp $ - -You can install this using in the usual Perl fashion - - perl Makefile.PL - make - make test - make install - -The documentation is in the module file. Once you install -the file, you can read it with perldoc. - - perldoc Business::ISMN - -If you want to read it before you install it, you can use -perldoc directly on the module file. - - perldoc lib/ISMN.pm - -This module is also in CVS on SourceForge - - http://sourceforge.net/projects/brian-d-foy/ - - -Enjoy, - -brian d foy, bdfoy@cpan.org \ No newline at end of file diff -Nru libbusiness-ismn-perl-1.13/README.pod libbusiness-ismn-perl-1.131/README.pod --- libbusiness-ismn-perl-1.13/README.pod 1970-01-01 00:00:00.000000000 +0000 +++ libbusiness-ismn-perl-1.131/README.pod 2016-12-05 19:16:34.000000000 +0000 @@ -0,0 +1,114 @@ +=pod + +=encoding utf8 + +=head1 The Business::ISMN module + +This is the I for the L Perl module. You're probably +looking at this because you don't know where else to find what you're +looking for. Read this once and you might never have to read one again +for any Perl module. + +=head2 Documentation + +To read about L, look at the embedded documentation +in the module itself. Inside the distribution, you can format it +with L: + + % perldoc lib/Business/ISMN.pm + +If you have already installed the module, you can specify the module +name instead of the file location: + + % perldoc Business::ISMN + +You can read the documentation and inspect the meta data on one of the +CPAN web interfaces, such as L or +L: + +=over 4 + +=item * L + +=item * L + +=back + +The standard module documentation has example uses in the SYNOPSIS +section, but you can also look in the I directory (if it's +there), or look at the test files in I. + +=head2 Installation + +You can install this module with a CPAN client, which will resolve +and install the dependencies: + + % cpan Business::ISMN + % cpanm Business::ISMN + +You can also install directly from the distribution directory, which +will also install the dependencies: + + % cpan . + % cpanm . + +You could install just this module manually: + + % perl Makefile.PL + % make + % make test + % make install + +You probably don't want to do that unless you're fiddling with the +module and only want to run the tests without installing anything. + +=head2 Source location + +The meta data, such as the source repository and bug tracker, is in +I or the I files it creates. You can find that on +those CPAN web interfaces, but you can also look at files directly in +the source repository: + +=over 4 + +=item * L + +=back + +If you find a problem, file a ticket in the L: + +=over 4 + +=item * L + +=back + +=head2 Getting help + +Although I'm happy to hear from module users in private email, +that's the best way for me to forget to do something. + +Besides the issue trackers, you can find help at +L or +L, both of which have many +competent Perlers who can answer your question, almost in real time. +They might not know the particulars of this module, but they can help +you diagnose your problem. + +You might like to read L. + +=head2 Copyright and License + +You should have received a I file, but the license is also noted +in the module files. About the only thing you can't do is pretend that +you wrote code that you didn't. + +=head2 Good luck! + +Enjoy, + +brian d foy, bdfoy@cpan.org + +=cut diff -Nru libbusiness-ismn-perl-1.13/t/prereq.t libbusiness-ismn-perl-1.131/t/prereq.t --- libbusiness-ismn-perl-1.13/t/prereq.t 2014-11-28 05:43:36.000000000 +0000 +++ libbusiness-ismn-perl-1.131/t/prereq.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,4 +0,0 @@ -use Test::More; -eval "use Test::Prereq"; -plan skip_all => "Test::Prereq required to test dependencies" if $@; -prereq_ok(); diff -Nru libbusiness-ismn-perl-1.13/t/test_manifest libbusiness-ismn-perl-1.131/t/test_manifest --- libbusiness-ismn-perl-1.13/t/test_manifest 2014-11-28 05:43:36.000000000 +0000 +++ libbusiness-ismn-perl-1.131/t/test_manifest 2016-12-05 19:16:34.000000000 +0000 @@ -1,5 +1,4 @@ load.t pod.t pod_coverage.t -prereq.t ismn.t diff -Nru libbusiness-ismn-perl-1.13/xt/changes.t libbusiness-ismn-perl-1.131/xt/changes.t --- libbusiness-ismn-perl-1.13/xt/changes.t 1970-01-01 00:00:00.000000000 +0000 +++ libbusiness-ismn-perl-1.131/xt/changes.t 2016-12-05 19:16:34.000000000 +0000 @@ -0,0 +1,4 @@ +use Test::More; +eval 'use Test::CPAN::Changes'; +plan skip_all => 'Test::CPAN::Changes required for this test' if $@; +changes_ok();