diff -Nru libnetsds-util-perl-1.044/Build.PL libnetsds-util-perl-1.045/Build.PL --- libnetsds-util-perl-1.044/Build.PL 2009-09-16 17:39:08.000000000 +0000 +++ libnetsds-util-perl-1.045/Build.PL 2014-11-06 19:20:02.000000000 +0000 @@ -1,7 +1,4 @@ #!/usr/bin/env perl -######################################################################## -# $Id: Build.PL 27 2008-07-21 23:23:15Z anvil $ -######################################################################## =head1 NAME diff -Nru libnetsds-util-perl-1.044/Changes libnetsds-util-perl-1.045/Changes --- libnetsds-util-perl-1.044/Changes 2009-09-16 17:46:08.000000000 +0000 +++ libnetsds-util-perl-1.045/Changes 2014-11-06 19:20:02.000000000 +0000 @@ -1,6 +1,9 @@ TODO: - import XML processing routines +* Thu Nov 6 2014 Michael Bochkaryov 1.045 +- minor POD fix (thanks to Gregor Herrmann and other guys from Debian) + * Wed Sep 16 2009 Michael Bochkaryov 1.044 - fix annoying requirements to main NetSDS packages diff -Nru libnetsds-util-perl-1.044/debian/changelog libnetsds-util-perl-1.045/debian/changelog --- libnetsds-util-perl-1.044/debian/changelog 2015-06-09 12:05:55.000000000 +0000 +++ libnetsds-util-perl-1.045/debian/changelog 2019-02-22 15:45:15.000000000 +0000 @@ -1,3 +1,45 @@ +libnetsds-util-perl (1.045-1) unstable; urgency=medium + + [ upstream ] + * New release. + + [ Salvatore Bonaccorso ] + * Update Vcs-* headers for switch to salsa.debian.org. + + [ gregor herrmann ] + * Update URLs from {search,www}.cpan.org to MetaCPAN. + + [ Laurent Baillet ] + * Fix lintian spelling-error-in-description warning. + + [ Jonas Smedegaard ] + * Simplify rules. + Stop build-depend on devscripts cdbs. + * Mark build-dependencies needed only for testsuite as such. + * Stop build-depend on dh-buildinfo. + * Bump debhelper compatibility level to 9. + * Relax to (build-)depend unversioned on debhelper: + Needed version satisfied even in oldstable. + * Declare compliance with Debian Policy 4.3.0. + * Set Rules-Requires-Root: no. + * Update git-buildpackage config: Filter any .git* file. + * Update watch file: + + Bump to file format 4. + + Rewrite usage comment. + + Use substitution strings. + * Update copyright info: + + Fix update main upstream author. + + Use License-Grant and License-Reference fields. + Thanks to Ben Finney. + + Extend coverage of packaging. + + Change packaging license to GPL-3+. + + Use https protocol in Format URL. + * Add lintian overrides regarding License-Reference. + * Drop pod-fix patch: Adopted upstream. + * Unfuzz pod-spelling patch, and extend dep3 header. + + -- Jonas Smedegaard Fri, 22 Feb 2019 16:45:15 +0100 + libnetsds-util-perl (1.044-4) unstable; urgency=low * Team upload diff -Nru libnetsds-util-perl-1.044/debian/compat libnetsds-util-perl-1.045/debian/compat --- libnetsds-util-perl-1.044/debian/compat 2015-06-09 12:05:28.000000000 +0000 +++ libnetsds-util-perl-1.045/debian/compat 2019-02-22 15:20:35.000000000 +0000 @@ -1 +1 @@ -8 +9 diff -Nru libnetsds-util-perl-1.044/debian/control libnetsds-util-perl-1.045/debian/control --- libnetsds-util-perl-1.044/debian/control 2015-06-09 12:05:41.000000000 +0000 +++ libnetsds-util-perl-1.045/debian/control 2019-02-22 15:21:52.000000000 +0000 @@ -1,32 +1,37 @@ Source: libnetsds-util-perl Maintainer: Debian Perl Group -Uploaders: Jonas Smedegaard +Uploaders: + Jonas Smedegaard , Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: cdbs, - devscripts, - libmodule-build-perl, - perl, - debhelper (>= 8~), - dh-buildinfo, - libossp-uuid-perl, - libfile-mmagic-perl, - libwww-perl, - libspreadsheet-read-perl, - liburi-perl, - libtest-pod-perl, - libtest-pod-coverage-perl -Standards-Version: 3.9.6 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnetsds-util-perl.git -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnetsds-util-perl -Homepage: http://search.cpan.org/dist/NetSDS-Util/ +Build-Depends: + debhelper, + libfile-mmagic-perl , + libmodule-build-perl, + libossp-uuid-perl , + libspreadsheet-read-perl , + libtest-pod-coverage-perl , + libtest-pod-perl , + liburi-perl , + libwww-perl , + perl, +Standards-Version: 4.3.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnetsds-util-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnetsds-util-perl.git +Homepage: https://metacpan.org/release/NetSDS-Util +Rules-Requires-Root: no Package: libnetsds-util-perl Architecture: all -Depends: ${perl:Depends}, - ${misc:Depends}, - ${cdbs:Depends} +Depends: + libfile-mmagic-perl, + libossp-uuid-perl, + libspreadsheet-read-perl, + liburi-perl, + libwww-perl, + ${misc:Depends}, + ${perl:Depends}, Description: Service Delivery Suite framework - supplementary packages NetSDS::Util modules contains functions useful for everyday tasks. . @@ -34,7 +39,7 @@ * NetSDS::Util::DateTime - processing date and time * NetSDS::Util::File - work with files and catalogs * NetSDS::Util::Spreadsheet - processing spreadsheet files - * NetSDS::Util::Misc - miscelaneous routines + * NetSDS::Util::Misc - miscellaneous routines * NetSDS::Util::String - text and binary strings processing * NetSDS::Util::Struct - data structures conversion * NetSDS::Util::Translit - transliteration diff -Nru libnetsds-util-perl-1.044/debian/control.in libnetsds-util-perl-1.045/debian/control.in --- libnetsds-util-perl-1.044/debian/control.in 2011-08-30 08:14:11.000000000 +0000 +++ libnetsds-util-perl-1.045/debian/control.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,26 +0,0 @@ -Source: libnetsds-util-perl -Section: perl -Priority: optional -Build-Depends: @cdbs@ -Maintainer: Debian Perl Group -Uploaders: Jonas Smedegaard -Standards-Version: 3.9.2 -Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libnetsds-util-perl -Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libnetsds-util-perl.git -Homepage: http://search.cpan.org/dist/NetSDS-Util/ - -Package: libnetsds-util-perl -Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} -Description: Service Delivery Suite framework - supplementary packages - NetSDS::Util modules contains functions useful for everyday tasks. - . - * NetSDS::Util::Convert - data format conversions - * NetSDS::Util::DateTime - processing date and time - * NetSDS::Util::File - work with files and catalogs - * NetSDS::Util::Spreadsheet - processing spreadsheet files - * NetSDS::Util::Misc - miscelaneous routines - * NetSDS::Util::String - text and binary strings processing - * NetSDS::Util::Struct - data structures conversion - * NetSDS::Util::Translit - transliteration - * NetSDS::Util::Types - work with data types diff -Nru libnetsds-util-perl-1.044/debian/copyright libnetsds-util-perl-1.045/debian/copyright --- libnetsds-util-perl-1.044/debian/copyright 2013-10-21 14:03:40.000000000 +0000 +++ libnetsds-util-perl-1.045/debian/copyright 2019-02-22 15:39:37.000000000 +0000 @@ -1,33 +1,30 @@ -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: NetSDS::Util Upstream-Contact: Michael Bochkaryov -Source: http://search.cpan.org/dist/NetSDS-Util/ +Source: https://metacpan.org/release/NetSDS-Util Files: * -Copyright: 2008-2009, Net Style Ltd -License: GPL-2+ - -Files: ./lib/NetSDS/Util.pm Copyright: 2008-2009, Michael Bochkaryov +License-Grant: + This program is free software; + you can redistribute it and/or modify it + under the terms of the GNU General Public License + as published by the Free Software Foundation; + either version 2 of the License, or (at your option) any later version. License: GPL-2+ Files: debian/* -Copyright: 2010, Jonas Smedegaard -License: GPL-2+ +Copyright: 2010-2012,2016-2019, Jonas Smedegaard +License-Grant: + This program is free software; + you can redistribute it and/or modify it + under the terms of the GNU General Public License + as published by the Free Software Foundation; + either version 3, or (at your option) any later version. +License: GPL-3+ License: GPL-2+ - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by the - Free Software Foundation; either version 2, or (at your option) any - later version. - . - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. -Comment: - On Debian systems the 'GNU General Public License' version 2 is located - in '/usr/share/common-licenses/GPL-2'. - . - You should have received a copy of the 'GNU General Public License' - along with this program. If not, see . +License-Reference: /usr/share/common-licenses/GPL-2 + +License: GPL-3+ +License-Reference: /usr/share/common-licenses/GPL-3 diff -Nru libnetsds-util-perl-1.044/debian/copyright-check libnetsds-util-perl-1.045/debian/copyright-check --- libnetsds-util-perl-1.044/debian/copyright-check 1970-01-01 00:00:00.000000000 +0000 +++ libnetsds-util-perl-1.045/debian/copyright-check 2019-02-04 01:46:59.000000000 +0000 @@ -0,0 +1,29 @@ +#!/bin/sh +# Copyright 2016-2019, Jonas Smedegaard +# Description: helper script to update copyright_hints +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +set -eu + +# extract metadata from graphics files before copyright check +# - and skip data files unlikely to contain copyright/licensing info. +export DEB_COPYRIGHT_EXTRACT_EXTS="gif jpg png" +export DEB_COPYRIGHT_CHECK_IGNORE_EXTS="epgz ico" + +make -f /usr/share/cdbs/1/rules/utils.mk pre-build || true +make -f /usr/share/cdbs/1/rules/utils.mk clean DEB_COPYRIGHT_CHECK_STRICT=1 + +# unconditionally merge changes - safe to do with git-tracked package +[ ! -f debian/copyright_newhints ] || mv -f debian/copyright_newhints debian/copyright_hints diff -Nru libnetsds-util-perl-1.044/debian/copyright_hints libnetsds-util-perl-1.045/debian/copyright_hints --- libnetsds-util-perl-1.044/debian/copyright_hints 2011-08-30 08:14:11.000000000 +0000 +++ libnetsds-util-perl-1.045/debian/copyright_hints 2019-02-22 15:45:05.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME @@ -7,12 +7,15 @@ Files: Build.PL Changes MANIFEST + META.json META.yml Makefile.PL debian/compat debian/control - debian/control.in debian/gbp.conf + debian/patches/pod-spelling.patch + debian/patches/series + debian/rules debian/source/format debian/watch lib/NetSDS/Util/Convert.pm @@ -27,17 +30,26 @@ t/01_load.t t/02_pod.t t/03_pod_coverage.t -Copyright: *No copyright* +Copyright: NONE License: UNKNOWN FIXME -Files: debian/rules -Copyright: 2010, Jonas Smedegaard -License: GPL - FIXME - Files: lib/NetSDS/Util.pm Copyright: 2008-2009, Michael Bochkaryov License: GPL-2+ FIXME +Files: debian/copyright-check +Copyright: 2016-2019, Jonas Smedegaard + check +License: GPL-3+ + FIXME + +Files: debian/source/lintian-overrides +Copyright: GPL-2+ + GPL-3+ + gpl-2+ + gpl-3+ +License: UNKNOWN + FIXME + diff -Nru libnetsds-util-perl-1.044/debian/gbp.conf libnetsds-util-perl-1.045/debian/gbp.conf --- libnetsds-util-perl-1.044/debian/gbp.conf 2011-07-20 08:45:36.000000000 +0000 +++ libnetsds-util-perl-1.045/debian/gbp.conf 2019-02-18 22:13:40.000000000 +0000 @@ -3,3 +3,4 @@ [DEFAULT] pristine-tar = True sign-tags = True +filter = */.git* diff -Nru libnetsds-util-perl-1.044/debian/patches/fix-pod.patch libnetsds-util-perl-1.045/debian/patches/fix-pod.patch --- libnetsds-util-perl-1.044/debian/patches/fix-pod.patch 2013-08-27 06:51:39.000000000 +0000 +++ libnetsds-util-perl-1.045/debian/patches/fix-pod.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -Description: fix POD, causes a test failure in perl 5.18 -Origin: vendor -Bug-Debian: http://bugs.debian.org/710958 -Bug: https://rt.cpan.org/Ticket/Display.html?id=85853 -Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85853 -Author: gregor herrmann -Last-Update: 2013-06-04 - ---- a/lib/NetSDS/Util/FileImport.pm -+++ b/lib/NetSDS/Util/FileImport.pm -@@ -49,6 +49,8 @@ - Returns a structure like this - [ { last_name => undef, first_name => yana, ... }, { last_name => kornienko, first_name => test, ... } .. ] - -+=back -+ - =cut - - sub import_table($;$$) { diff -Nru libnetsds-util-perl-1.044/debian/patches/pod-spelling.patch libnetsds-util-perl-1.045/debian/patches/pod-spelling.patch --- libnetsds-util-perl-1.044/debian/patches/pod-spelling.patch 2015-06-09 12:02:04.000000000 +0000 +++ libnetsds-util-perl-1.045/debian/patches/pod-spelling.patch 2019-02-22 15:44:09.000000000 +0000 @@ -2,10 +2,12 @@ Author: Damyan Ivanov Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105124 Bug: https://rt.cpan.org/Ticket/Display.html?id=105124 - +Last-Update: 2019-02-22 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/lib/NetSDS/Util/File.pm +++ b/lib/NetSDS/Util/File.pm -@@ -72,7 +72,7 @@ our @EXPORT = qw( +@@ -72,7 +72,7 @@ =item B - check if argument is a file handle @@ -14,7 +16,7 @@ Returns: 1 if it's file handle or undef otherwise -@@ -103,7 +103,7 @@ sub is_handle { +@@ -103,7 +103,7 @@ =item B - reset file handle @@ -23,7 +25,7 @@ Returns: nothing -@@ -137,7 +137,7 @@ sub reset_handle { +@@ -137,7 +137,7 @@ =item B - open file @@ -32,7 +34,7 @@ Returns: file handle -@@ -181,7 +181,7 @@ sub file_open { +@@ -181,7 +181,7 @@ =item B - read file to scalar @@ -41,7 +43,7 @@ Returns: scalar content of file -@@ -216,7 +216,7 @@ sub file_read { +@@ -216,7 +216,7 @@ =item B - write scalar data to file @@ -50,7 +52,7 @@ Returns: length of written data or undef in case of error -@@ -247,7 +247,7 @@ sub file_write { +@@ -247,7 +247,7 @@ =item B - copy file @@ -59,7 +61,7 @@ Returns: -@@ -275,7 +275,7 @@ sub file_copy { +@@ -275,7 +275,7 @@ =item B - move file @@ -68,7 +70,7 @@ Returns: 1 or undef -@@ -326,7 +326,7 @@ sub file_temp { +@@ -326,7 +326,7 @@ =item B - create directory with parents @@ -77,7 +79,7 @@ Returns: directory name or undef -@@ -355,7 +355,7 @@ sub dir_create { +@@ -355,7 +355,7 @@ =item B - remove directory recursive @@ -86,7 +88,7 @@ Returns: dir name or undef if error -@@ -383,7 +383,7 @@ sub dir_delete { +@@ -383,7 +383,7 @@ =item B - read files list from catalog @@ -95,7 +97,7 @@ Returns: list of files in catalog -@@ -416,7 +416,7 @@ sub dir_read { +@@ -416,7 +416,7 @@ =item B - read all files list recursive @@ -104,7 +106,7 @@ Returns: list of files with extension from parameters -@@ -457,7 +457,7 @@ sub dir_read_recursive { +@@ -457,7 +457,7 @@ =item B - execute external program @@ -115,7 +117,7 @@ --- a/lib/NetSDS/Util/Misc.pm +++ b/lib/NetSDS/Util/Misc.pm -@@ -141,7 +141,7 @@ sub make_uuid { +@@ -141,7 +141,7 @@ =item B - format number for CSV @@ -124,7 +126,7 @@ Returns: CSV formatted -@@ -160,7 +160,7 @@ sub csv_num { +@@ -160,7 +160,7 @@ =item B - format MSISDN diff -Nru libnetsds-util-perl-1.044/debian/patches/series libnetsds-util-perl-1.045/debian/patches/series --- libnetsds-util-perl-1.044/debian/patches/series 2015-06-09 11:56:24.000000000 +0000 +++ libnetsds-util-perl-1.045/debian/patches/series 2019-02-22 15:42:35.000000000 +0000 @@ -1,2 +1 @@ -fix-pod.patch pod-spelling.patch diff -Nru libnetsds-util-perl-1.044/debian/README.source libnetsds-util-perl-1.045/debian/README.source --- libnetsds-util-perl-1.044/debian/README.source 2013-05-21 07:35:07.000000000 +0000 +++ libnetsds-util-perl-1.045/debian/README.source 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -CDBS+git-buildpackage ---------------------- - -This source package uses CDBS and git-buildpackage. NMUs need not (but -are encouraged to) make special use of these tools. In particular, the -debian/control.in file can be completely ignored. - -More info here: http://wiki.debian.org/CDBS+git-buildpackage - - - -- Jonas Smedegaard Mon, 18 Feb 2013 12:55:37 +0100 diff -Nru libnetsds-util-perl-1.044/debian/rules libnetsds-util-perl-1.045/debian/rules --- libnetsds-util-perl-1.044/debian/rules 2013-04-01 09:29:26.000000000 +0000 +++ libnetsds-util-perl-1.045/debian/rules 2019-02-07 01:17:13.000000000 +0000 @@ -1,35 +1,4 @@ #!/usr/bin/make -f -# -*- mode: makefile; coding: utf-8 -*- -# Copyright 2010, Jonas Smedegaard -# Description: Main Debian packaging script for NetSDS::Util -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2, or (at -# your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -include /usr/share/cdbs/1/rules/upstream-tarball.mk -include /usr/share/cdbs/1/rules/utils.mk -include /usr/share/cdbs/1/class/perl-build.mk -include /usr/share/cdbs/1/rules/debhelper.mk - -DEB_UPSTREAM_PACKAGE = NetSDS-Util -#DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/NetSDS -DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/R/RA/RATTLER -DEB_UPSTREAM_TARBALL_MD5 = 510d0868b770e74ba8e5ff6389a69bd8 - -# Needed both by upstream build process and at runtime -common-depends = libossp-uuid-perl, libfile-mmagic-perl, libwww-perl, libspreadsheet-read-perl, liburi-perl -CDBS_BUILD_DEPENDS += , $(common-depends) -CDBS_DEPENDS = $(common-depends) - -# Needed by upstream tests -CDBS_BUILD_DEPENDS += , libtest-pod-perl, libtest-pod-coverage-perl +%: + dh $@ diff -Nru libnetsds-util-perl-1.044/debian/source/lintian-overrides libnetsds-util-perl-1.045/debian/source/lintian-overrides --- libnetsds-util-perl-1.044/debian/source/lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ libnetsds-util-perl-1.045/debian/source/lintian-overrides 2019-02-22 15:40:04.000000000 +0000 @@ -0,0 +1,5 @@ +# License is in License-Reference field (see bug#786450) +missing-license-paragraph-in-dep5-copyright gpl-2\+ * +missing-license-paragraph-in-dep5-copyright gpl-3\+ * +missing-license-text-in-dep5-copyright GPL-2\+ * +missing-license-text-in-dep5-copyright GPL-3\+ * diff -Nru libnetsds-util-perl-1.044/debian/watch libnetsds-util-perl-1.045/debian/watch --- libnetsds-util-perl-1.044/debian/watch 2011-07-20 08:45:36.000000000 +0000 +++ libnetsds-util-perl-1.045/debian/watch 2019-02-22 15:29:23.000000000 +0000 @@ -1,3 +1,6 @@ -# Run the "uscan" command to check for upstream updates and more. -version=3 -http://search.cpan.org/dist/NetSDS-Util/ .*/NetSDS-Util-(\d[\d.]+)\.tar\.gz debian +version=4 +# check: uscan --report +# update: gbp import-orig --uscan + +https://metacpan.org/release/NetSDS-Util \ +.*/NetSDS-Util@ANY_VERSION@@ARCHIVE_EXT@ diff -Nru libnetsds-util-perl-1.044/lib/NetSDS/Util/FileImport.pm libnetsds-util-perl-1.045/lib/NetSDS/Util/FileImport.pm --- libnetsds-util-perl-1.044/lib/NetSDS/Util/FileImport.pm 2009-09-15 15:17:32.000000000 +0000 +++ libnetsds-util-perl-1.045/lib/NetSDS/Util/FileImport.pm 2014-11-06 19:20:02.000000000 +0000 @@ -5,6 +5,7 @@ =head1 SYNOPSIS +use NetSDS::Util::FileImport =head1 DESCRIPTION @@ -49,6 +50,8 @@ Returns a structure like this [ { last_name => undef, first_name => yana, ... }, { last_name => kornienko, first_name => test, ... } .. ] +=back + =cut sub import_table($;$$) { diff -Nru libnetsds-util-perl-1.044/lib/NetSDS/Util.pm libnetsds-util-perl-1.045/lib/NetSDS/Util.pm --- libnetsds-util-perl-1.044/lib/NetSDS/Util.pm 2009-09-16 17:43:48.000000000 +0000 +++ libnetsds-util-perl-1.045/lib/NetSDS/Util.pm 2014-11-06 19:20:02.000000000 +0000 @@ -54,7 +54,7 @@ use strict; use warnings; -use version; our $VERSION = "1.044"; +use version; our $VERSION = "1.045"; 1; diff -Nru libnetsds-util-perl-1.044/Makefile.PL libnetsds-util-perl-1.045/Makefile.PL --- libnetsds-util-perl-1.044/Makefile.PL 2009-09-16 17:52:15.000000000 +0000 +++ libnetsds-util-perl-1.045/Makefile.PL 2014-11-06 19:20:02.000000000 +0000 @@ -1,39 +1,40 @@ -# Note: this file was auto-generated by Module::Build::Compat version 0.03 +# Note: this file was auto-generated by Module::Build::Compat version 0.39_01 +require 5.008; use ExtUtils::MakeMaker; WriteMakefile ( - 'NAME' => 'NetSDS::Util', - 'VERSION_FROM' => 'lib/NetSDS/Util.pm', - 'PREREQ_PM' => { - 'Data::UUID' => '1.000', - 'Date::Format' => '0', - 'Date::Parse' => '0', - 'Encode' => '2.000', - 'File::Copy' => '0', - 'File::MMagic' => '1.000', - 'File::Path' => '0', - 'File::Spec' => '0', - 'File::Temp' => '0', - 'Getopt::Long' => '0', - 'HTTP::Date' => '0', - 'IO::File' => '0', - 'MIME::Base64' => '0', - 'Module::Build' => '0', - 'POSIX' => '0', - 'Pod::Usage' => '0', - 'Scalar::Util' => '0', - 'Spreadsheet::Read' => '0.30', - 'Test::More' => '0', - 'Test::Pod' => '1.20', - 'Test::Pod::Coverage' => '1.08', - 'Time::HiRes' => '0', - 'Time::Local' => '0', - 'URI' => '1.00', - 'URI::Escape' => '1.00', - 'version' => '0' - }, - 'INSTALLDIRS' => 'site', - 'EXE_FILES' => [], - 'PL_FILES' => {} - ) + 'PL_FILES' => {}, + 'INSTALLDIRS' => 'site', + 'NAME' => 'NetSDS::Util', + 'EXE_FILES' => [], + 'VERSION_FROM' => 'lib/NetSDS/Util.pm', + 'PREREQ_PM' => { + 'Scalar::Util' => '0', + 'URI::Escape' => '1.00', + 'Pod::Usage' => '0', + 'File::Spec' => '0', + 'Date::Format' => '0', + 'Test::Pod' => '1.20', + 'Encode' => '2.000', + 'POSIX' => '0', + 'File::Path' => '0', + 'Time::Local' => '0', + 'Spreadsheet::Read' => '0.30', + 'Module::Build' => 0, + 'File::MMagic' => '1.000', + 'Getopt::Long' => '0', + 'File::Copy' => '0', + 'URI' => '1.00', + 'Test::Pod::Coverage' => '1.08', + 'IO::File' => '0', + 'version' => '0', + 'Time::HiRes' => '0', + 'Data::UUID' => '1.000', + 'HTTP::Date' => '0', + 'Date::Parse' => '0', + 'Test::More' => 0, + 'MIME::Base64' => '0', + 'File::Temp' => '0' + } +) ; diff -Nru libnetsds-util-perl-1.044/MANIFEST libnetsds-util-perl-1.045/MANIFEST --- libnetsds-util-perl-1.044/MANIFEST 2009-09-16 17:52:13.000000000 +0000 +++ libnetsds-util-perl-1.045/MANIFEST 2014-11-06 19:20:02.000000000 +0000 @@ -16,3 +16,4 @@ t/01_load.t t/02_pod.t t/03_pod_coverage.t +META.json diff -Nru libnetsds-util-perl-1.044/META.json libnetsds-util-perl-1.045/META.json --- libnetsds-util-perl-1.044/META.json 1970-01-01 00:00:00.000000000 +0000 +++ libnetsds-util-perl-1.045/META.json 2014-11-06 19:20:02.000000000 +0000 @@ -0,0 +1,107 @@ +{ + "abstract" : "Utility Perl5 modules for NetSDS VAS development framework", + "author" : [ + "Net.Style Development Team " + ], + "dynamic_config" : 1, + "generated_by" : "Module::Build version 0.3901, CPAN::Meta::Converter version 2.120921", + "license" : [ + "open_source" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : "2" + }, + "name" : "NetSDS-Util", + "prereqs" : { + "build" : { + "requires" : { + "Module::Build" : "0", + "Test::More" : "0", + "Test::Pod" : "1.20", + "Test::Pod::Coverage" : "1.08" + } + }, + "configure" : { + "requires" : { + "Module::Build" : "0.39" + } + }, + "runtime" : { + "requires" : { + "Data::UUID" : "1.000", + "Date::Format" : "0", + "Date::Parse" : "0", + "Encode" : "2.000", + "File::Copy" : "0", + "File::MMagic" : "1.000", + "File::Path" : "0", + "File::Spec" : "0", + "File::Temp" : "0", + "Getopt::Long" : "0", + "HTTP::Date" : "0", + "IO::File" : "0", + "MIME::Base64" : "0", + "POSIX" : "0", + "Pod::Usage" : "0", + "Scalar::Util" : "0", + "Spreadsheet::Read" : "0.30", + "Time::HiRes" : "0", + "Time::Local" : "0", + "URI" : "1.00", + "URI::Escape" : "1.00", + "perl" : "5.008", + "version" : "0" + } + } + }, + "provides" : { + "NetSDS::Util" : { + "file" : "lib/NetSDS/Util.pm", + "version" : "1.045" + }, + "NetSDS::Util::Convert" : { + "file" : "lib/NetSDS/Util/Convert.pm", + "version" : "1.044" + }, + "NetSDS::Util::DateTime" : { + "file" : "lib/NetSDS/Util/DateTime.pm", + "version" : "1.044" + }, + "NetSDS::Util::File" : { + "file" : "lib/NetSDS/Util/File.pm", + "version" : "1.044" + }, + "NetSDS::Util::FileImport" : { + "file" : "lib/NetSDS/Util/FileImport.pm", + "version" : "1.044" + }, + "NetSDS::Util::Misc" : { + "file" : "lib/NetSDS/Util/Misc.pm", + "version" : "1.044" + }, + "NetSDS::Util::String" : { + "file" : "lib/NetSDS/Util/String.pm", + "version" : "1.044" + }, + "NetSDS::Util::Struct" : { + "file" : "lib/NetSDS/Util/Struct.pm", + "version" : "1.044" + }, + "NetSDS::Util::Translit" : { + "file" : "lib/NetSDS/Util/Translit.pm", + "version" : "1.044" + }, + "NetSDS::Util::Types" : { + "file" : "lib/NetSDS/Util/Types.pm", + "version" : "1.044" + } + }, + "release_status" : "stable", + "resources" : { + "license" : [ + "http://opensource.org/licenses/gpl-license.php" + ] + }, + "version" : "1.045" +} diff -Nru libnetsds-util-perl-1.044/META.yml libnetsds-util-perl-1.045/META.yml --- libnetsds-util-perl-1.044/META.yml 2009-09-16 17:52:15.000000000 +0000 +++ libnetsds-util-perl-1.045/META.yml 2014-11-06 19:20:02.000000000 +0000 @@ -1,45 +1,25 @@ --- -name: NetSDS-Util -version: 1.044 +abstract: 'Utility Perl5 modules for NetSDS VAS development framework' author: - 'Net.Style Development Team ' -abstract: Utility Perl5 modules for NetSDS VAS development framework -license: gpl -resources: - license: http://www.opensource.org/licenses/gpl-license.php -requires: - Data::UUID: 1.000 - Date::Format: 0 - Date::Parse: 0 - Encode: 2.000 - File::Copy: 0 - File::MMagic: 1.000 - File::Path: 0 - File::Spec: 0 - File::Temp: 0 - Getopt::Long: 0 - HTTP::Date: 0 - IO::File: 0 - MIME::Base64: 0 - POSIX: 0 - Pod::Usage: 0 - Scalar::Util: 0 - Spreadsheet::Read: 0.30 - Time::HiRes: 0 - Time::Local: 0 - URI: 1.00 - URI::Escape: 1.00 - perl: 5.008 - version: 0 build_requires: Module::Build: 0 Test::More: 0 Test::Pod: 1.20 Test::Pod::Coverage: 1.08 +configure_requires: + Module::Build: 0.39 +dynamic_config: 1 +generated_by: 'Module::Build version 0.3901, CPAN::Meta::Converter version 2.120921' +license: open_source +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 +name: NetSDS-Util provides: NetSDS::Util: file: lib/NetSDS/Util.pm - version: 1.044 + version: 1.045 NetSDS::Util::Convert: file: lib/NetSDS/Util/Convert.pm version: 1.044 @@ -67,7 +47,30 @@ NetSDS::Util::Types: file: lib/NetSDS/Util/Types.pm version: 1.044 -generated_by: Module::Build version 0.2808 -meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.2.html - version: 1.2 +requires: + Data::UUID: 1.000 + Date::Format: 0 + Date::Parse: 0 + Encode: 2.000 + File::Copy: 0 + File::MMagic: 1.000 + File::Path: 0 + File::Spec: 0 + File::Temp: 0 + Getopt::Long: 0 + HTTP::Date: 0 + IO::File: 0 + MIME::Base64: 0 + POSIX: 0 + Pod::Usage: 0 + Scalar::Util: 0 + Spreadsheet::Read: 0.30 + Time::HiRes: 0 + Time::Local: 0 + URI: 1.00 + URI::Escape: 1.00 + perl: 5.008 + version: 0 +resources: + license: http://opensource.org/licenses/gpl-license.php +version: 1.045