summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2021-09-27 12:02:16 +0200
committergregor herrmann <gregoa@debian.org>2021-09-27 12:02:16 +0200
commitc42b38a28f959f95e533ed6aad02c5bf1a5cb9af (patch)
tree8d56001fcd9fa806b01f63a27f44a6913d0aa666
parent67863ea2f6ae7d401f3ef9f0d63dee82c53a8d81 (diff)
parent4ecc7ad2523b5cd72891ebde5b2afed865ac0a46 (diff)
Update upstream source from tag 'upstream/0.08'
Update to upstream version '0.08' with Debian dir d97aec6f3f59c958793148bb01b37ec08e907d0d
-rw-r--r--Changes4
-rw-r--r--MANIFEST2
-rw-r--r--META.json16
-rw-r--r--META.yml12
-rw-r--r--Makefile.PL6
-rw-r--r--README23
-rw-r--r--dist.ini8
-rw-r--r--lib/Hook/WrapSub.pm2
8 files changed, 49 insertions, 24 deletions
diff --git a/Changes b/Changes
index 802f43e..0a6631b 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for Perl module Hook::WrapSub
+0.08 2021-07-02 NEILB
+ - Added a simple README
+ - Switched to github issues for the bug tracker
+
0.07 2016-02-04 NEILB
- Added myself to the AUTHOR section, as suggested by the original
author John Porter in RT#111728
diff --git a/MANIFEST b/MANIFEST
index 2df9cda..a713652 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.037.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.017.
Changes
LICENSE
MANIFEST
diff --git a/META.json b/META.json
index 8234d32..8c48043 100644
--- a/META.json
+++ b/META.json
@@ -5,7 +5,7 @@
"Neil Bowers <neilb@cpan.org>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 5.037, CPAN::Meta::Converter version 2.150005",
+ "generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
@@ -37,13 +37,19 @@
},
"release_status" : "stable",
"resources" : {
- "homepage" : "https://github.com/neilb/Hook-WrapSub",
+ "bugtracker" : {
+ "web" : "https://github.com/cpan-janitor/Hook-WrapSub/issues"
+ },
+ "homepage" : "https://github.com/cpan-janitor/Hook-WrapSub",
"repository" : {
"type" : "git",
- "url" : "https://github.com/neilb/Hook-WrapSub.git",
- "web" : "https://github.com/neilb/Hook-WrapSub"
+ "url" : "https://github.com/cpan-janitor/Hook-WrapSub.git",
+ "web" : "https://github.com/cpan-janitor/Hook-WrapSub"
}
},
- "version" : "0.07"
+ "version" : "0.08",
+ "x_generated_by_perl" : "v5.28.2",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.24",
+ "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}
diff --git a/META.yml b/META.yml
index a5f685e..07dd603 100644
--- a/META.yml
+++ b/META.yml
@@ -8,7 +8,7 @@ build_requires:
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.037, CPAN::Meta::Converter version 2.150005'
+generated_by: 'Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -21,6 +21,10 @@ requires:
strict: '0'
warnings: '0'
resources:
- homepage: https://github.com/neilb/Hook-WrapSub
- repository: https://github.com/neilb/Hook-WrapSub.git
-version: '0.07'
+ bugtracker: https://github.com/cpan-janitor/Hook-WrapSub/issues
+ homepage: https://github.com/cpan-janitor/Hook-WrapSub
+ repository: https://github.com/cpan-janitor/Hook-WrapSub.git
+version: '0.08'
+x_generated_by_perl: v5.28.2
+x_serialization_backend: 'YAML::Tiny version 1.73'
+x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff --git a/Makefile.PL b/Makefile.PL
index debf10c..e750655 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.037.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.017.
use strict;
use warnings;
@@ -13,7 +13,6 @@ my %WriteMakefileArgs = (
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Hook-WrapSub",
- "EXE_FILES" => [],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.006",
"NAME" => "Hook::WrapSub",
@@ -26,7 +25,7 @@ my %WriteMakefileArgs = (
"TEST_REQUIRES" => {
"Test::More" => 0
},
- "VERSION" => "0.07",
+ "VERSION" => "0.08",
"test" => {
"TESTS" => "t/*.t"
}
@@ -35,7 +34,6 @@ my %WriteMakefileArgs = (
my %FallbackPrereqs = (
"Exporter" => 0,
- "ExtUtils::MakeMaker" => 0,
"Symbol" => 0,
"Test::More" => 0,
"strict" => 0,
diff --git a/README b/README
index e70c386..65a5ff7 100644
--- a/README
+++ b/README
@@ -1,15 +1,24 @@
+Hook::WrapSub - a Perl module wrapping subs
+This distribution contains a Perl module which lets you
+wrap a sub with either or both of functions that are
+called just before or just after the sub.
-This archive contains the distribution Hook-WrapSub,
-version 0.07:
- wrap subs with pre- and post-call hooks
+You can read a nicely formatted version of the documentation for
+this module online:
-This software is copyright (c) 1999 by John D Porter.
+ https://metacpan.org/pod/Hook::WrapSub
-This is free software; you can redistribute it and/or modify it under
-the same terms as the Perl 5 programming language system itself.
+
+You should be able to install this using your usual method for installing
+modules from CPAN. If you don't have a usual method, have a look at:
+
+ http://www.cpan.org/modules/INSTALL.html
-This README file was generated by Dist::Zilla::Plugin::Readme v5.037.
+This software is copyright (c) 1999 John Porter
+
+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 --git a/dist.ini b/dist.ini
index c215aa4..f212bfe 100644
--- a/dist.ini
+++ b/dist.ini
@@ -5,13 +5,17 @@ license = Perl_5
copyright_holder = John D Porter
copyright_year = 1999
-version = 0.07
+version = 0.08
-[@Basic]
+[@Filter]
+-bundle = @Basic
+-remove = Readme
[PkgVersion]
[AutoPrereqs]
[MetaJSON]
[GithubMeta]
+issues = 1
+
[Git::Tag]
tag_message=
[Git::Push]
diff --git a/lib/Hook/WrapSub.pm b/lib/Hook/WrapSub.pm
index e92f511..c0175a3 100644
--- a/lib/Hook/WrapSub.pm
+++ b/lib/Hook/WrapSub.pm
@@ -1,5 +1,5 @@
package Hook::WrapSub;
-$Hook::WrapSub::VERSION = '0.07';
+$Hook::WrapSub::VERSION = '0.08';
use 5.006;
use strict;
use warnings;