Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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

Expand Down
8 changes: 6 additions & 2 deletions lib/Fennec.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
(
Expand Down Expand Up @@ -283,7 +283,7 @@ __END__

=head1 NAME

Fennec - A testers toolbox, and best friend
Fennec - A testers toolbox, and best friend (DEPRECATED)

=head1 DESCRIPTION

Expand Down Expand Up @@ -1248,6 +1248,10 @@ t/runner.t
# You must call this.
run();

=head1 SEE ALSO

L<Test2::Suite> makes this module largely obsolete.

=head1 AUTHORS

Chad Granum L<exodist7@gmail.com>
Expand Down