Hello community,

here is the log from the commit of package perl-Exporter-Tiny for 
openSUSE:Factory checked in at 2017-06-02 10:30:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Exporter-Tiny (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Exporter-Tiny.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Exporter-Tiny"

Fri Jun  2 10:30:37 2017 rev:4 rq:498322 version:1.000000

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Exporter-Tiny/perl-Exporter-Tiny.changes    
2017-02-16 16:48:28.420810590 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Exporter-Tiny.new/perl-Exporter-Tiny.changes   
    2017-06-02 10:30:38.410728522 +0200
@@ -1,0 +2,11 @@
+Thu May 25 08:05:34 UTC 2017 - co...@suse.com
+
+- updated to 1.000000
+   see /usr/share/doc/packages/perl-Exporter-Tiny/Changes
+
+  1.000000     2017-05-22
+  
+   [ Packaging ]
+   - Repackage as 1.000000.
+
+-------------------------------------------------------------------

Old:
----
  Exporter-Tiny-0.044.tar.gz

New:
----
  Exporter-Tiny-1.000000.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Exporter-Tiny.spec ++++++
--- /var/tmp/diff_new_pack.SlHff9/_old  2017-06-02 10:30:39.006644320 +0200
+++ /var/tmp/diff_new_pack.SlHff9/_new  2017-06-02 10:30:39.010643755 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Exporter-Tiny
-Version:        0.044
+Version:        1.000000
 Release:        0
 %define cpan_name Exporter-Tiny
 Summary:        An Exporter with the Features of Sub::Exporter but Only Core 
Dependencies
@@ -36,7 +36,7 @@
 Exporter::Tiny supports many of Sub::Exporter's external-facing features
 including renaming imported functions with the '-as', '-prefix' and
 '-suffix' options; explicit destinations with the 'into' option; and
-alternative installers with the 'installler' option. But it's written in
+alternative installers with the 'installer' option. But it's written in
 only about 40% as many lines of code and with zero non-core dependencies.
 
 Its internal-facing interface is closer to Exporter.pm, with configuration

++++++ Exporter-Tiny-0.044.tar.gz -> Exporter-Tiny-1.000000.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.044/COPYRIGHT 
new/Exporter-Tiny-1.000000/COPYRIGHT
--- old/Exporter-Tiny-0.044/COPYRIGHT   2017-01-30 14:36:10.000000000 +0100
+++ new/Exporter-Tiny-1.000000/COPYRIGHT        2017-05-22 13:10:46.000000000 
+0200
@@ -3,56 +3,50 @@
 Upstream-Contact: Toby Inkster (TOBYINK) <toby...@cpan.org>
 Source: https://metacpan.org/release/Exporter-Tiny
 
-Files: lib/Exporter/Shiny.pm
- t/05shiny.t
- t/06notwant.t
- t/07regexp.t
- t/08tags.t
- t/09warnings.t
- t/10no.t
-Copyright: This software is copyright (c) 2014 by Toby Inkster.
-License: GPL-1.0+ or Artistic-1.0
-
 Files: README
  lib/Exporter/Tiny.pm
  lib/Exporter/Tiny/Manual/Etc.pod
  lib/Exporter/Tiny/Manual/Exporting.pod
  lib/Exporter/Tiny/Manual/Importing.pod
  lib/Exporter/Tiny/Manual/QuickStart.pod
-Copyright: This software is copyright (c) 2013-2014 by Toby Inkster.
-License: GPL-1.0+ or Artistic-1.0
-
-Files: INSTALL
- LICENSE
- Makefile.PL
- examples/Example/Exporter.pm
-Copyright: Unknown
-License: Unknown
-
-Files: t/01basic.t
+ t/01basic.t
  t/02renaming.t
  t/03generators.t
  t/04into.t
-Copyright: This software is copyright (c) 2013 by Toby Inkster.
+Copyright: This software is copyright (c) 2013-2014, 2017 by Toby Inkster.
 License: GPL-1.0+ or Artistic-1.0
 
-Files: Changes
+Files: COPYRIGHT
+ CREDITS
+ Changes
+ INSTALL
+ LICENSE
  META.json
  META.yml
+ Makefile.PL
  doap.ttl
 Copyright: Copyright 2017 Toby Inkster.
 License: GPL-1.0+ or Artistic-1.0
 
-Files: COPYRIGHT
- CREDITS
- SIGNATURE
-Copyright: None
-License: public-domain
+Files: lib/Exporter/Shiny.pm
+ t/05shiny.t
+ t/06notwant.t
+ t/07regexp.t
+ t/08tags.t
+ t/09warnings.t
+ t/10no.t
+Copyright: This software is copyright (c) 2014, 2017 by Toby Inkster.
+License: GPL-1.0+ or Artistic-1.0
 
 Files: dist.ini
+ examples/Example/Exporter.pm
 Copyright: Copyright 2013 Toby Inkster.
 License: GPL-1.0+ or Artistic-1.0
 
+Files: SIGNATURE
+Copyright: None
+License: public-domain
+
 License: Artistic-1.0
  This software is Copyright (c) 2017 by the copyright holder(s).
  
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.044/Changes 
new/Exporter-Tiny-1.000000/Changes
--- old/Exporter-Tiny-0.044/Changes     2017-01-30 14:36:09.000000000 +0100
+++ new/Exporter-Tiny-1.000000/Changes  2017-05-22 13:10:45.000000000 +0200
@@ -6,6 +6,11 @@
 Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=Exporter-Tiny>
 Maintainer:   Toby Inkster (TOBYINK) <toby...@cpan.org>
 
+1.000000       2017-05-22
+
+ [ Packaging ]
+ - Repackage as 1.000000.
+
 0.044  2017-01-30
 
  [ Packaging ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.044/META.json 
new/Exporter-Tiny-1.000000/META.json
--- old/Exporter-Tiny-0.044/META.json   2017-01-30 14:36:10.000000000 +0100
+++ new/Exporter-Tiny-1.000000/META.json        2017-05-22 13:10:46.000000000 
+0200
@@ -4,7 +4,7 @@
       "Toby Inkster (TOBYINK) <toby...@cpan.org>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Dist::Inkt::Profile::TOBYINK version 0.023, 
CPAN::Meta::Converter version 2.150005",
+   "generated_by" : "Dist::Inkt::Profile::TOBYINK version 0.024, 
CPAN::Meta::Converter version 2.150005",
    "keywords" : [],
    "license" : [
       "perl_5"
@@ -48,11 +48,11 @@
    "provides" : {
       "Exporter::Shiny" : {
          "file" : "lib/Exporter/Shiny.pm",
-         "version" : "0.044"
+         "version" : "1.000000"
       },
       "Exporter::Tiny" : {
          "file" : "lib/Exporter/Tiny.pm",
-         "version" : "0.044"
+         "version" : "1.000000"
       }
    },
    "release_status" : "stable",
@@ -72,6 +72,6 @@
       "x_IRC" : "irc://irc.perl.org/#moops",
       "x_identifier" : 
"http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/project";
    },
-   "version" : "0.044",
+   "version" : "1.000000",
    "x_serialization_backend" : "JSON::PP version 2.27300_01"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.044/META.yml 
new/Exporter-Tiny-1.000000/META.yml
--- old/Exporter-Tiny-0.044/META.yml    2017-01-30 14:36:10.000000000 +0100
+++ new/Exporter-Tiny-1.000000/META.yml 2017-05-22 13:10:46.000000000 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '6.17'
 dynamic_config: 1
-generated_by: 'Dist::Inkt::Profile::TOBYINK version 0.023, 
CPAN::Meta::Converter version 2.150005'
+generated_by: 'Dist::Inkt::Profile::TOBYINK version 0.024, 
CPAN::Meta::Converter version 2.150005'
 keywords: []
 license: perl
 meta-spec:
@@ -25,10 +25,10 @@
 provides:
   Exporter::Shiny:
     file: lib/Exporter/Shiny.pm
-    version: '0.044'
+    version: '1.000000'
   Exporter::Tiny:
     file: lib/Exporter/Tiny.pm
-    version: '0.044'
+    version: '1.000000'
 requires:
   perl: '5.006001'
 resources:
@@ -38,5 +38,5 @@
   homepage: https://metacpan.org/release/Exporter-Tiny
   license: http://dev.perl.org/licenses/
   repository: git://github.com/tobyink/p5-exporter-tiny.git
-version: '0.044'
+version: '1.000000'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.044/Makefile.PL 
new/Exporter-Tiny-1.000000/Makefile.PL
--- old/Exporter-Tiny-0.044/Makefile.PL 2017-01-30 14:36:10.000000000 +0100
+++ new/Exporter-Tiny-1.000000/Makefile.PL      2017-05-22 13:10:46.000000000 
+0200
@@ -7,7 +7,7 @@
   "abstract"       => "an exporter with the features of Sub::Exporter but only 
core dependencies",
   "author"         => ["Toby Inkster (TOBYINK) <tobyink\@cpan.org>"],
   "dynamic_config" => 1,
-  "generated_by"   => "Dist::Inkt::Profile::TOBYINK version 0.023, 
CPAN::Meta::Converter version 2.150005",
+  "generated_by"   => "Dist::Inkt::Profile::TOBYINK version 0.024, 
CPAN::Meta::Converter version 2.150005",
   "keywords"       => [],
   "license"        => ["perl_5"],
   "meta-spec"      => {
@@ -25,8 +25,8 @@
                         },
                       },
   "provides"       => {
-                        "Exporter::Shiny" => { file => 
"lib/Exporter/Shiny.pm", version => 0.044 },
-                        "Exporter::Tiny"  => { file => "lib/Exporter/Tiny.pm", 
version => 0.044 },
+                        "Exporter::Shiny" => { file => 
"lib/Exporter/Shiny.pm", version => "1.000000" },
+                        "Exporter::Tiny"  => { file => "lib/Exporter/Tiny.pm", 
version => "1.000000" },
                       },
   "release_status" => "stable",
   "resources"      => {
@@ -43,7 +43,7 @@
                         x_identifier => 
"http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/project";,
                         x_IRC        => "irc://irc.perl.org/#moops",
                       },
-  "version"        => 0.044,
+  "version"        => "1.000000",
 };
 
 my %dynamic_config;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.044/README 
new/Exporter-Tiny-1.000000/README
--- old/Exporter-Tiny-0.044/README      2017-01-30 14:36:09.000000000 +0100
+++ new/Exporter-Tiny-1.000000/README   2017-05-22 13:10:45.000000000 +0200
@@ -18,7 +18,7 @@
     Exporter::Tiny supports many of Sub::Exporter's external-facing features
     including renaming imported functions with the `-as`, `-prefix` and
     `-suffix` options; explicit destinations with the `into` option; and
-    alternative installers with the `installler` option. But it's written in
+    alternative installers with the `installer` option. But it's written in
     only about 40% as many lines of code and with zero non-core dependencies.
 
     Its internal-facing interface is closer to Exporter.pm, with configuration
@@ -53,7 +53,7 @@
     Toby Inkster <toby...@cpan.org>.
 
 COPYRIGHT AND LICENCE
-    This software is copyright (c) 2013-2014 by Toby Inkster.
+    This software is copyright (c) 2013-2014, 2017 by Toby Inkster.
 
     This is free software; you can redistribute it and/or modify it under the
     same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.044/SIGNATURE 
new/Exporter-Tiny-1.000000/SIGNATURE
--- old/Exporter-Tiny-0.044/SIGNATURE   2017-01-30 14:36:10.000000000 +0100
+++ new/Exporter-Tiny-1.000000/SIGNATURE        2017-05-22 13:10:47.000000000 
+0200
@@ -14,39 +14,39 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 07571ab074fce0b5fbb5ef6ad8079a8dc9c3efe2 COPYRIGHT
+SHA1 58970c16dff93a4e1d6e8c405c5bc8188be49799 COPYRIGHT
 SHA1 e3b0c464bb56d4285fa64e31a70b301692dd825c CREDITS
-SHA1 0c92f59422e28537d283701ebce8180044b12108 Changes
+SHA1 0e8eebbb4ee5e34fb15e90510bdf54d53a539c3c Changes
 SHA1 3b20e9835f489bbf71b1deb6aa7c10729482aa77 INSTALL
 SHA1 c4c1e6c578edcfd14d13eadebc8f56dd9ca46821 LICENSE
 SHA1 97bc2eb47523ed9f03f47271b29959b1f3edce24 MANIFEST
-SHA1 d3f0b96c7195c45b23272535e783cb84a955eee5 META.json
-SHA1 45a7cfc1c520fbb9911bf44be565047061c63ae2 META.yml
-SHA1 f5bb8f6d2d450ea47d7af257e8382acc80b653d2 Makefile.PL
-SHA1 bac14b77c5f0340a8c1187cd3d716303f04ceb70 README
+SHA1 d262494ba318b185a27a034e950663303120ed94 META.json
+SHA1 5ae4c8c6bbdeb24edd37b2024ec4139be090a7a1 META.yml
+SHA1 9d43607022577d07f3a2df4494a4f743809d2f9e Makefile.PL
+SHA1 2d5592860cac601d95b1a00863f3b4fc29639d2f README
 SHA1 a43593d3e3a79c5f455977ba75083d9f191f6af6 dist.ini
-SHA1 8b84c9ddfd507c867e4f137dc286899db9465b3e doap.ttl
+SHA1 0fdb2b1f95a4562ece610412c6c78cc7e6a2adc2 doap.ttl
 SHA1 3f65666b300ab7e7a1e5e25fb69e4ce6675e0f63 examples/Example/Exporter.pm
-SHA1 76a1673fb0fec51bd6bb330a1c21de4eda9e8fcd lib/Exporter/Shiny.pm
-SHA1 2437b74c9ad193e3ede80543e60c1441914fff89 lib/Exporter/Tiny.pm
-SHA1 f60e815048d121256d3226a2673de533025b6091 lib/Exporter/Tiny/Manual/Etc.pod
-SHA1 0830b5e1b40284508e89ad1331e3ed4cd6ee99d7 
lib/Exporter/Tiny/Manual/Exporting.pod
-SHA1 f9369bd757fa3b18b212f98d2c61a4b84a9c8950 
lib/Exporter/Tiny/Manual/Importing.pod
-SHA1 60a6ac5d887235af5bcda63f6fb17abbd4162ae0 
lib/Exporter/Tiny/Manual/QuickStart.pod
-SHA1 6ba2757140a1c118ae5bac4c10ea8a6275ee15f2 t/01basic.t
-SHA1 8b9c883098fbdaf8999c6f8f909a79297870af86 t/02renaming.t
-SHA1 103845d83b41f8d3c503d50e9d6012790b25f77f t/03generators.t
-SHA1 6a20cb44b8b22885209f6c3f30cbcf5adb80c52c t/04into.t
-SHA1 e50bb7649f42c23b8873dd2e72ef63d85e443b28 t/05shiny.t
-SHA1 8c545aab416cd36ee4fde0cc50cf6b59200a9aac t/06notwant.t
-SHA1 803a876d8e5e5b5af567f7a3a6e7a1071a4a48ed t/07regexp.t
-SHA1 dbce3f55c87fefdfe5abba21afa5a9c9a9a08cf0 t/08tags.t
-SHA1 9cc0bdbc9fd24f98161b4d314bc7c841f2fa8efc t/09warnings.t
-SHA1 2b5c5da82a5c8f2d69d46915b9921d2ceb6ca214 t/10no.t
+SHA1 4b548adad97a2f9a52c6d691af847f829e850684 lib/Exporter/Shiny.pm
+SHA1 fc49e39bcb17b8124912d64f43c52c2db4a2a08e lib/Exporter/Tiny.pm
+SHA1 0e4aab8c35fbbdb9f7d7bad7ca0b09dbdcf49622 lib/Exporter/Tiny/Manual/Etc.pod
+SHA1 5d0f275559385cbd4fe9da7b5d815af5d65151ef 
lib/Exporter/Tiny/Manual/Exporting.pod
+SHA1 6c9e12d234866ef242447be427583ea4cdba85a9 
lib/Exporter/Tiny/Manual/Importing.pod
+SHA1 d3490992563cb4fc178b9d1da0a7449a1f726560 
lib/Exporter/Tiny/Manual/QuickStart.pod
+SHA1 634706978c1b96226b35b763bfec74602303dbc6 t/01basic.t
+SHA1 287d93a6d4ea7364f251dfabc18f49911eb34278 t/02renaming.t
+SHA1 25a63815d24aff25751dc194be0c4cc950c47104 t/03generators.t
+SHA1 99b8cbf69c65338c0b502b0351b5580c306235f3 t/04into.t
+SHA1 db0c8bf9facceb64971e5eeebd6592508d9335dd t/05shiny.t
+SHA1 f97e9d2cb58bf5fab88585a2b215c2840c129b00 t/06notwant.t
+SHA1 db742ca2aac48c6fa0fb167796726d520f00d49b t/07regexp.t
+SHA1 1f08eb2996c19c4f85483d9b66d0223dd3da80f1 t/08tags.t
+SHA1 57670cc5578a2aaf3932c18bf2c379b710229675 t/09warnings.t
+SHA1 11c0f79936b27cfd46bf5f27c1e8cb7455a6463f t/10no.t
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
-iEYEARECAAYFAliPQUoACgkQzr+BKGoqfTloOACeIyCUyJl9TGrC7K6ep1t0o1Vt
-hs0An3Mn2rNphAnknrThLqULeMGLUoux
-=e+O8
+iEYEARECAAYFAlkixzcACgkQzr+BKGoqfTk6UQCeKkh68lWNgfAXaP8c63pASGhD
+A9UAoI5BKRLBiajpluddNiiXxqvuIS+A
+=fuCC
 -----END PGP SIGNATURE-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.044/doap.ttl 
new/Exporter-Tiny-1.000000/doap.ttl
--- old/Exporter-Tiny-0.044/doap.ttl    2017-01-30 14:36:10.000000000 +0100
+++ new/Exporter-Tiny-1.000000/doap.ttl 2017-05-22 13:10:46.000000000 +0200
@@ -4,6 +4,7 @@
 @prefix doap-changeset: <http://ontologi.es/doap-changeset#> .
 @prefix doap-deps: <http://ontologi.es/doap-deps#> .
 @prefix foaf:  <http://xmlns.com/foaf/0.1/> .
+@prefix nfo:   <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
 @prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
 
@@ -26,7 +27,7 @@
        doap:maintainer      <http://purl.org/NET/cpan-uri/person/tobyink>;
        doap:name            "Exporter-Tiny";
        doap:programming-language "Perl";
-       doap:release         
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-026>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-029_01>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-030>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-031_01>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-032>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-033_01>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-034>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-035_01>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-035_02>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-036>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-037_01>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-037_02>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-037_03>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-038>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-039_01>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-040>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-041_01>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-041_02>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-042>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-043_01>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-043_02>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-044>;
+       doap:release         
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-026>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-029_01>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-030>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-031_01>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-032>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-033_01>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-034>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-035_01>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-035_02>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-036>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-037_01>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-037_02>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-037_03>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-038>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-039_01>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-040>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-041_01>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-041_02>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-042>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-043_01>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-043_02>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-044>, 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_1-000000>;
        doap:repository      [
                a doap:GitRepository;
                doap:browse <https://github.com/tobyink/p5-exporter-tiny>;
@@ -366,6 +367,21 @@
        doap:file-release    
<http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-0.044.tar.gz>;
        doap:revision        "0.044"^^xsd:string.
 
+<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_1-000000>
+       a                    doap:Version;
+       dc:identifier        "Exporter-Tiny-1.000000"^^xsd:string;
+       dc:issued            "2017-05-22"^^xsd:date;
+       doap-changeset:changeset [
+               doap-changeset:item [
+                       a doap-changeset:Packaging;
+                       rdfs:label "Repackage as 1.000000.";
+               ];
+               doap-changeset:versus 
<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-044>;
+       ];
+       doap-changeset:released-by 
<http://purl.org/NET/cpan-uri/person/tobyink>;
+       doap:file-release    
<http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-1.000000.tar.gz>;
+       doap:revision        "1.000000"^^xsd:string.
+
 <http://purl.org/NET/cpan-uri/dist/Type-Tiny/project>
        a                    doap:Project;
        dc:contributor       <http://purl.org/NET/cpan-uri/person/tobyink>;
@@ -394,3 +410,41 @@
        foaf:nick            "TOBYINK";
        foaf:page            <https://metacpan.org/author/TOBYINK>.
 
+[]
+       a                    nfo:FileDataObject;
+       dc:license           <http://dev.perl.org/licenses/>;
+       dc:rightsHolder      <http://purl.org/NET/cpan-uri/person/tobyink>;
+       nfo:fileName         "COPYRIGHT".
+
+[]
+       a                    nfo:FileDataObject;
+       dc:license           <http://dev.perl.org/licenses/>;
+       dc:rightsHolder      <http://purl.org/NET/cpan-uri/person/tobyink>;
+       nfo:fileName         "CREDITS".
+
+[]
+       a                    nfo:FileDataObject, nfo:TextDocument;
+       dc:license           <http://dev.perl.org/licenses/>;
+       dc:rightsHolder      <http://purl.org/NET/cpan-uri/person/tobyink>;
+       nfo:fileName         "INSTALL".
+
+[]
+       a                    nfo:FileDataObject, nfo:TextDocument;
+       dc:license           <http://dev.perl.org/licenses/>;
+       dc:rightsHolder      <http://purl.org/NET/cpan-uri/person/tobyink>;
+       nfo:fileName         "LICENSE".
+
+[]
+       a                    nfo:FileDataObject, nfo:SourceCode;
+       dc:license           <http://dev.perl.org/licenses/>;
+       dc:rightsHolder      <http://purl.org/NET/cpan-uri/person/tobyink>;
+       nfo:fileName         "Makefile.PL";
+       nfo:programmingLanguage "Perl".
+
+[]
+       a                    nfo:FileDataObject, nfo:SourceCode;
+       dc:license           <http://dev.perl.org/licenses/>;
+       dc:rightsHolder      <http://purl.org/NET/cpan-uri/person/tobyink>;
+       nfo:fileName         "examples/Example/Exporter.pm";
+       nfo:programmingLanguage "Perl".
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.044/lib/Exporter/Shiny.pm 
new/Exporter-Tiny-1.000000/lib/Exporter/Shiny.pm
--- old/Exporter-Tiny-0.044/lib/Exporter/Shiny.pm       2017-01-30 
14:36:09.000000000 +0100
+++ new/Exporter-Tiny-1.000000/lib/Exporter/Shiny.pm    2017-05-22 
13:10:45.000000000 +0200
@@ -7,7 +7,7 @@
 use Exporter::Tiny ();
 
 our $AUTHORITY = 'cpan:TOBYINK';
-our $VERSION   = '0.044';
+our $VERSION   = '1.000000';
 
 sub import {
        my $me     = shift;
@@ -103,7 +103,7 @@
 
 =head1 COPYRIGHT AND LICENCE
 
-This software is copyright (c) 2014 by Toby Inkster.
+This software is copyright (c) 2014, 2017 by Toby Inkster.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.044/lib/Exporter/Tiny/Manual/Etc.pod 
new/Exporter-Tiny-1.000000/lib/Exporter/Tiny/Manual/Etc.pod
--- old/Exporter-Tiny-0.044/lib/Exporter/Tiny/Manual/Etc.pod    2017-01-30 
14:36:09.000000000 +0100
+++ new/Exporter-Tiny-1.000000/lib/Exporter/Tiny/Manual/Etc.pod 2017-05-22 
13:10:45.000000000 +0200
@@ -121,7 +121,7 @@
 
 =head1 COPYRIGHT AND LICENCE
 
-This software is copyright (c) 2013-2014 by Toby Inkster.
+This software is copyright (c) 2013-2014, 2017 by Toby Inkster.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Exporter-Tiny-0.044/lib/Exporter/Tiny/Manual/Exporting.pod 
new/Exporter-Tiny-1.000000/lib/Exporter/Tiny/Manual/Exporting.pod
--- old/Exporter-Tiny-0.044/lib/Exporter/Tiny/Manual/Exporting.pod      
2017-01-30 14:36:09.000000000 +0100
+++ new/Exporter-Tiny-1.000000/lib/Exporter/Tiny/Manual/Exporting.pod   
2017-05-22 13:10:45.000000000 +0200
@@ -243,7 +243,7 @@
 
 =head1 COPYRIGHT AND LICENCE
 
-This software is copyright (c) 2013-2014 by Toby Inkster.
+This software is copyright (c) 2013-2014, 2017 by Toby Inkster.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Exporter-Tiny-0.044/lib/Exporter/Tiny/Manual/Importing.pod 
new/Exporter-Tiny-1.000000/lib/Exporter/Tiny/Manual/Importing.pod
--- old/Exporter-Tiny-0.044/lib/Exporter/Tiny/Manual/Importing.pod      
2017-01-30 14:36:09.000000000 +0100
+++ new/Exporter-Tiny-1.000000/lib/Exporter/Tiny/Manual/Importing.pod   
2017-05-22 13:10:45.000000000 +0200
@@ -240,7 +240,7 @@
 
 =head1 COPYRIGHT AND LICENCE
 
-This software is copyright (c) 2013-2014 by Toby Inkster.
+This software is copyright (c) 2013-2014, 2017 by Toby Inkster.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Exporter-Tiny-0.044/lib/Exporter/Tiny/Manual/QuickStart.pod 
new/Exporter-Tiny-1.000000/lib/Exporter/Tiny/Manual/QuickStart.pod
--- old/Exporter-Tiny-0.044/lib/Exporter/Tiny/Manual/QuickStart.pod     
2017-01-30 14:36:09.000000000 +0100
+++ new/Exporter-Tiny-1.000000/lib/Exporter/Tiny/Manual/QuickStart.pod  
2017-05-22 13:10:45.000000000 +0200
@@ -182,7 +182,7 @@
 
 =head1 COPYRIGHT AND LICENCE
 
-This software is copyright (c) 2013-2014 by Toby Inkster.
+This software is copyright (c) 2013-2014, 2017 by Toby Inkster.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.044/lib/Exporter/Tiny.pm 
new/Exporter-Tiny-1.000000/lib/Exporter/Tiny.pm
--- old/Exporter-Tiny-0.044/lib/Exporter/Tiny.pm        2017-01-30 
14:36:09.000000000 +0100
+++ new/Exporter-Tiny-1.000000/lib/Exporter/Tiny.pm     2017-05-22 
13:10:45.000000000 +0200
@@ -5,7 +5,7 @@
 use warnings; no warnings qw(void once uninitialized numeric redefine);
 
 our $AUTHORITY = 'cpan:TOBYINK';
-our $VERSION   = '0.044';
+our $VERSION   = '1.000000';
 our @EXPORT_OK = qw< mkopt mkopt_hash _croak _carp >;
 
 sub _croak ($;@) { require Carp; my $fmt = shift; @_ = sprintf($fmt, @_); goto 
\&Carp::croak }
@@ -384,7 +384,7 @@
 Exporter::Tiny supports many of Sub::Exporter's external-facing features
 including renaming imported functions with the C<< -as >>, C<< -prefix >> and
 C<< -suffix >> options; explicit destinations with the C<< into >> option;
-and alternative installers with the C<< installler >> option. But it's written
+and alternative installers with the C<< installer >> option. But it's written
 in only about 40% as many lines of code and with zero non-core dependencies.
 
 Its internal-facing interface is closer to Exporter.pm, with configuration
@@ -439,7 +439,7 @@
 
 =head1 COPYRIGHT AND LICENCE
 
-This software is copyright (c) 2013-2014 by Toby Inkster.
+This software is copyright (c) 2013-2014, 2017 by Toby Inkster.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.044/t/01basic.t 
new/Exporter-Tiny-1.000000/t/01basic.t
--- old/Exporter-Tiny-0.044/t/01basic.t 2017-01-30 14:36:09.000000000 +0100
+++ new/Exporter-Tiny-1.000000/t/01basic.t      2017-05-22 13:10:45.000000000 
+0200
@@ -14,7 +14,7 @@
 
 =head1 COPYRIGHT AND LICENCE
 
-This software is copyright (c) 2013 by Toby Inkster.
+This software is copyright (c) 2013-2014, 2017 by Toby Inkster.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.044/t/02renaming.t 
new/Exporter-Tiny-1.000000/t/02renaming.t
--- old/Exporter-Tiny-0.044/t/02renaming.t      2017-01-30 14:36:09.000000000 
+0100
+++ new/Exporter-Tiny-1.000000/t/02renaming.t   2017-05-22 13:10:45.000000000 
+0200
@@ -12,7 +12,7 @@
 
 =head1 COPYRIGHT AND LICENCE
 
-This software is copyright (c) 2013 by Toby Inkster.
+This software is copyright (c) 2013-2014, 2017 by Toby Inkster.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.044/t/03generators.t 
new/Exporter-Tiny-1.000000/t/03generators.t
--- old/Exporter-Tiny-0.044/t/03generators.t    2017-01-30 14:36:09.000000000 
+0100
+++ new/Exporter-Tiny-1.000000/t/03generators.t 2017-05-22 13:10:45.000000000 
+0200
@@ -12,7 +12,7 @@
 
 =head1 COPYRIGHT AND LICENCE
 
-This software is copyright (c) 2013 by Toby Inkster.
+This software is copyright (c) 2013-2014, 2017 by Toby Inkster.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.044/t/04into.t 
new/Exporter-Tiny-1.000000/t/04into.t
--- old/Exporter-Tiny-0.044/t/04into.t  2017-01-30 14:36:09.000000000 +0100
+++ new/Exporter-Tiny-1.000000/t/04into.t       2017-05-22 13:10:45.000000000 
+0200
@@ -12,7 +12,7 @@
 
 =head1 COPYRIGHT AND LICENCE
 
-This software is copyright (c) 2013 by Toby Inkster.
+This software is copyright (c) 2013-2014, 2017 by Toby Inkster.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.044/t/05shiny.t 
new/Exporter-Tiny-1.000000/t/05shiny.t
--- old/Exporter-Tiny-0.044/t/05shiny.t 2017-01-30 14:36:09.000000000 +0100
+++ new/Exporter-Tiny-1.000000/t/05shiny.t      2017-05-22 13:10:45.000000000 
+0200
@@ -12,7 +12,7 @@
 
 =head1 COPYRIGHT AND LICENCE
 
-This software is copyright (c) 2014 by Toby Inkster.
+This software is copyright (c) 2014, 2017 by Toby Inkster.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.044/t/06notwant.t 
new/Exporter-Tiny-1.000000/t/06notwant.t
--- old/Exporter-Tiny-0.044/t/06notwant.t       2017-01-30 14:36:09.000000000 
+0100
+++ new/Exporter-Tiny-1.000000/t/06notwant.t    2017-05-22 13:10:45.000000000 
+0200
@@ -12,7 +12,7 @@
 
 =head1 COPYRIGHT AND LICENCE
 
-This software is copyright (c) 2014 by Toby Inkster.
+This software is copyright (c) 2014, 2017 by Toby Inkster.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.044/t/07regexp.t 
new/Exporter-Tiny-1.000000/t/07regexp.t
--- old/Exporter-Tiny-0.044/t/07regexp.t        2017-01-30 14:36:09.000000000 
+0100
+++ new/Exporter-Tiny-1.000000/t/07regexp.t     2017-05-22 13:10:45.000000000 
+0200
@@ -12,7 +12,7 @@
 
 =head1 COPYRIGHT AND LICENCE
 
-This software is copyright (c) 2014 by Toby Inkster.
+This software is copyright (c) 2014, 2017 by Toby Inkster.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.044/t/08tags.t 
new/Exporter-Tiny-1.000000/t/08tags.t
--- old/Exporter-Tiny-0.044/t/08tags.t  2017-01-30 14:36:09.000000000 +0100
+++ new/Exporter-Tiny-1.000000/t/08tags.t       2017-05-22 13:10:45.000000000 
+0200
@@ -12,7 +12,7 @@
 
 =head1 COPYRIGHT AND LICENCE
 
-This software is copyright (c) 2014 by Toby Inkster.
+This software is copyright (c) 2014, 2017 by Toby Inkster.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.044/t/09warnings.t 
new/Exporter-Tiny-1.000000/t/09warnings.t
--- old/Exporter-Tiny-0.044/t/09warnings.t      2017-01-30 14:36:09.000000000 
+0100
+++ new/Exporter-Tiny-1.000000/t/09warnings.t   2017-05-22 13:10:45.000000000 
+0200
@@ -12,7 +12,7 @@
 
 =head1 COPYRIGHT AND LICENCE
 
-This software is copyright (c) 2014 by Toby Inkster.
+This software is copyright (c) 2014, 2017 by Toby Inkster.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.044/t/10no.t 
new/Exporter-Tiny-1.000000/t/10no.t
--- old/Exporter-Tiny-0.044/t/10no.t    2017-01-30 14:36:09.000000000 +0100
+++ new/Exporter-Tiny-1.000000/t/10no.t 2017-05-22 13:10:45.000000000 +0200
@@ -12,7 +12,7 @@
 
 =head1 COPYRIGHT AND LICENCE
 
-This software is copyright (c) 2014 by Toby Inkster.
+This software is copyright (c) 2014, 2017 by Toby Inkster.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.


Reply via email to