From d999a519157a21f8337f95916f51ffe45e326b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20J=C3=B6rg?= Date: Sun, 10 Jun 2018 21:56:51 +0200 Subject: [PATCH] Follow NeilB's deprecation procedure --- Build.PL | 1 + CHANGES | 3 +++ lib/Fennec.pm | 8 ++++++-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Build.PL b/Build.PL index 650de1d..6f9aad5 100644 --- a/Build.PL +++ b/Build.PL @@ -26,6 +26,7 @@ my $build = Module::Build->new( build_requires => { }, meta_merge => { + x_deprecated => 1, resources => { repository => 'http://github.com/exodist/Fennec', bugtracker => 'http://github.com/exodist/Fennec/issues', diff --git a/CHANGES b/CHANGES index a162cd1..adfde44 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +v2.019 - Jun 10 2018 + * Following NeilB's deprecation procedure + v2.018 - Jun 08 2018 * Doc fixes, deprecate in favor of Test2::Suite diff --git a/lib/Fennec.pm b/lib/Fennec.pm index 55143ee..109fd47 100644 --- a/lib/Fennec.pm +++ b/lib/Fennec.pm @@ -7,7 +7,7 @@ BEGIN { require Fennec::Runner } use Fennec::Test; use Fennec::Util qw/inject_sub require_module verbose_message/; use Carp qw/croak carp/; -our $VERSION = '2.018'; +our $VERSION = '2.019'; sub defaults { ( @@ -283,7 +283,7 @@ __END__ =head1 NAME -Fennec - A testers toolbox, and best friend +Fennec - A testers toolbox, and best friend (DEPRECATED) =head1 DESCRIPTION @@ -1248,6 +1248,10 @@ t/runner.t # You must call this. run(); +=head1 SEE ALSO + +L makes this module largely obsolete. + =head1 AUTHORS Chad Granum L