diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 88ec3f618..7abada31f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,9 @@ - + + + diff --git a/etc/bundles/GUI/Makefile.PL b/etc/bundles/GUI/Makefile.PL index d0b0bb051..aec74900a 100644 --- a/etc/bundles/GUI/Makefile.PL +++ b/etc/bundles/GUI/Makefile.PL @@ -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 }, diff --git a/etc/bundles/GUI/lib/Task/Biodiverse.pm b/etc/bundles/GUI/lib/Task/Biodiverse.pm index d8449b986..3a4334145 100644 --- a/etc/bundles/GUI/lib/Task/Biodiverse.pm +++ b/etc/bundles/GUI/lib/Task/Biodiverse.pm @@ -3,7 +3,7 @@ package Task::Biodiverse; use strict; use warnings; -our $VERSION = '4.0'; +our $VERSION = '3.2'; 1; @@ -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 diff --git a/etc/bundles/NoGUI/Changes b/etc/bundles/NoGUI/Changes index 39c9129a6..4c7186bb8 100644 --- a/etc/bundles/NoGUI/Changes +++ b/etc/bundles/NoGUI/Changes @@ -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 diff --git a/etc/bundles/NoGUI/Makefile.PL b/etc/bundles/NoGUI/Makefile.PL index 7af6448ff..b201e0aea 100644 --- a/etc/bundles/NoGUI/Makefile.PL +++ b/etc/bundles/NoGUI/Makefile.PL @@ -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 => { diff --git a/etc/bundles/NoGUI/lib/Task/Biodiverse/NoGUI.pm b/etc/bundles/NoGUI/lib/Task/Biodiverse/NoGUI.pm index d5e0acf08..eb416a3b7 100644 --- a/etc/bundles/NoGUI/lib/Task/Biodiverse/NoGUI.pm +++ b/etc/bundles/NoGUI/lib/Task/Biodiverse/NoGUI.pm @@ -3,7 +3,7 @@ package Task::Biodiverse::NoGUI; use strict; use warnings; -our $VERSION = '4.0'; +our $VERSION = '3.2'; 1; @@ -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