Skip to content

Commit

Permalink
Deprecate task files
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Nov 25, 2022
1 parent c1ba766 commit 90e58e9
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion etc/bundles/GUI/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WriteMakefile(
'VERSION_FROM' => 'lib/Task/Biodiverse.pm', # finds $VERSION
($] ge '5.005') ? (
'AUTHOR' => 'Shawn Laffan (shawn.laffan@unsw.edu.au)',
'ABSTRACT' => 'Task for Biodiverse dependencies',
'ABSTRACT' => 'Task for Biodiverse dependencies [DEPRECATED]',
) : (),
META_MERGE => {
'meta-spec' => { version => 2 },
Expand Down
5 changes: 3 additions & 2 deletions etc/bundles/GUI/lib/Task/Biodiverse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Task::Biodiverse;
use strict;
use warnings;

our $VERSION = '4.0';
our $VERSION = '3.2';


1;
Expand All @@ -12,8 +12,9 @@ __END__
=head1 NAME
Task::Biodiverse - Task to install Biodiverse dependencies.
Task::Biodiverse - Task to install Biodiverse dependencies. [DEPRECATED]
This has been replaced by a cpanfile approach.
=head1 SYNOPSIS
Expand Down
3 changes: 3 additions & 0 deletions etc/bundles/NoGUI/Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl module Task::Biodiverse::NoGUI

3.2 20221125
- Deprecate

3.001 20190903
- we need Geo::ShapeFile version 3.00

Expand Down
2 changes: 1 addition & 1 deletion etc/bundles/NoGUI/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WriteMakefile(
'VERSION_FROM' => 'lib/Task/Biodiverse/NoGUI.pm', # finds $VERSION
($] ge '5.005') ? (
'AUTHOR' => 'Shawn Laffan (shawn.laffan@unsw.edu.au)',
'ABSTRACT' => 'Task for Biodiverse dependencies for non-GUI use',
'ABSTRACT' => 'Task for Biodiverse dependencies for non-GUI use [DEPRECATED]',
)
: (),
META_MERGE => {
Expand Down
6 changes: 4 additions & 2 deletions etc/bundles/NoGUI/lib/Task/Biodiverse/NoGUI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Task::Biodiverse::NoGUI;
use strict;
use warnings;

our $VERSION = '4.0';
our $VERSION = '3.2';


1;
Expand All @@ -12,7 +12,9 @@ __END__
=head1 NAME
Task::Biodiverse::NoGUI - Task to install Biodiverse dependencies for non-GUI use
Task::Biodiverse::NoGUI - Task to install Biodiverse dependencies for non-GUI use [DEPRECATED]
This has been replaced by a cpanfile approach.
=head1 SYNOPSIS
Expand Down

0 comments on commit 90e58e9

Please sign in to comment.