diff --git a/bin/BiodiverseGUI.pl b/bin/BiodiverseGUI.pl index bbf98ab79..7aaaf1b6f 100755 --- a/bin/BiodiverseGUI.pl +++ b/bin/BiodiverseGUI.pl @@ -15,7 +15,7 @@ BEGIN #no warnings 'redefine'; no warnings 'once'; use English qw { -no_match_vars }; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; local $OUTPUT_AUTOFLUSH = 1; diff --git a/bin/load_and_randomise.pl b/bin/load_and_randomise.pl index 3ddafe7cc..dcab98eda 100644 --- a/bin/load_and_randomise.pl +++ b/bin/load_and_randomise.pl @@ -15,7 +15,7 @@ local $| = 1; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::Config; diff --git a/bin/load_and_randomise_wrapper.pl b/bin/load_and_randomise_wrapper.pl index 8214b8d6c..9c36d30a1 100644 --- a/bin/load_and_randomise_wrapper.pl +++ b/bin/load_and_randomise_wrapper.pl @@ -15,7 +15,7 @@ #use lib Path::Class::dir ( $Bin, '..', 'lib')->stringify; use rlib; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; # are we running as a PerlApp executable? my $perl_app_tool = $PerlApp::TOOL; diff --git a/bin/run_randomisation.pl b/bin/run_randomisation.pl index 56264fff3..63ed84d1e 100644 --- a/bin/run_randomisation.pl +++ b/bin/run_randomisation.pl @@ -16,7 +16,7 @@ local $| = 1; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::Config; use Biodiverse::BaseData; diff --git a/bin/run_randomisation_mce.pl b/bin/run_randomisation_mce.pl index 4879ce6ba..1b69bdf2a 100644 --- a/bin/run_randomisation_mce.pl +++ b/bin/run_randomisation_mce.pl @@ -22,7 +22,7 @@ local $| = 1; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::Config; use Biodiverse::BaseData; diff --git a/etc/bundles/GUI/lib/Task/Biodiverse.pm b/etc/bundles/GUI/lib/Task/Biodiverse.pm index 3c9ad5f1b..e2e738ace 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 = '1.1'; +our $VERSION = '1.99_001'; 1; diff --git a/etc/site_pair_sampler/lib/BdPD/GDM_Input.pm b/etc/site_pair_sampler/lib/BdPD/GDM_Input.pm index 685cc94dd..405c1d464 100644 --- a/etc/site_pair_sampler/lib/BdPD/GDM_Input.pm +++ b/etc/site_pair_sampler/lib/BdPD/GDM_Input.pm @@ -16,7 +16,7 @@ use File::Spec; # for the cat_file sub use Scalar::Util qw /reftype/; use List::Util qw[min max]; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::BaseData; use Biodiverse::ElementProperties; # for remaps diff --git a/etc/site_pair_sampler/lib/BdPD/GenerateDistanceTable.pm b/etc/site_pair_sampler/lib/BdPD/GenerateDistanceTable.pm index fdae79908..b3dd57fb3 100644 --- a/etc/site_pair_sampler/lib/BdPD/GenerateDistanceTable.pm +++ b/etc/site_pair_sampler/lib/BdPD/GenerateDistanceTable.pm @@ -8,7 +8,7 @@ use Carp; # warnings and dropouts use File::Spec; # for the cat_file sub use Scalar::Util qw /reftype/; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use BdPD::GDM_Input; diff --git a/lib/App/Biodiverse.pm b/lib/App/Biodiverse.pm index b3848327b..b057d0182 100644 --- a/lib/App/Biodiverse.pm +++ b/lib/App/Biodiverse.pm @@ -3,7 +3,7 @@ package App::Biodiverse; use strict; use warnings; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; 1; diff --git a/lib/Biodiverse/BaseData.pm b/lib/Biodiverse/BaseData.pm index 5f33a0fbf..609fc5741 100644 --- a/lib/Biodiverse/BaseData.pm +++ b/lib/Biodiverse/BaseData.pm @@ -46,7 +46,7 @@ use Geo::GDAL; use Biodiverse::Metadata::Parameter; my $parameter_metadata_class = 'Biodiverse::Metadata::Parameter'; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use parent qw {Biodiverse::Common}; diff --git a/lib/Biodiverse/BaseStruct.pm b/lib/Biodiverse/BaseStruct.pm index cfe471b85..58ffb5e23 100644 --- a/lib/Biodiverse/BaseStruct.pm +++ b/lib/Biodiverse/BaseStruct.pm @@ -26,7 +26,7 @@ use POSIX qw /fmod/; use Time::localtime; use Geo::Shapefile::Writer; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; my $EMPTY_STRING = q{}; diff --git a/lib/Biodiverse/Cluster.pm b/lib/Biodiverse/Cluster.pm index c5c332c47..021c9453d 100644 --- a/lib/Biodiverse/Cluster.pm +++ b/lib/Biodiverse/Cluster.pm @@ -15,7 +15,7 @@ use List::Util qw /first reduce min max/; use List::MoreUtils qw /any natatime/; use Time::HiRes qw /time/; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::Matrix; use Biodiverse::Matrix::LowMem; diff --git a/lib/Biodiverse/Common.pm b/lib/Biodiverse/Common.pm index 2ce4499a8..3407bee63 100644 --- a/lib/Biodiverse/Common.pm +++ b/lib/Biodiverse/Common.pm @@ -40,7 +40,7 @@ use Biodiverse::Exception; require Clone; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; my $EMPTY_STRING = q{}; diff --git a/lib/Biodiverse/Config.pm b/lib/Biodiverse/Config.pm index 77f51806a..2b2072b76 100644 --- a/lib/Biodiverse/Config.pm +++ b/lib/Biodiverse/Config.pm @@ -7,7 +7,7 @@ use warnings; use English ( -no_match_vars ); -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; #use Exporter; #use Devel::Symdump; diff --git a/lib/Biodiverse/ElementProperties.pm b/lib/Biodiverse/ElementProperties.pm index 407f0e779..65149f893 100644 --- a/lib/Biodiverse/ElementProperties.pm +++ b/lib/Biodiverse/ElementProperties.pm @@ -8,7 +8,7 @@ use File::BOM qw /:subs/; use Biodiverse::Exception; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use parent qw /Biodiverse::BaseStruct Biodiverse::Common/; #/ diff --git a/lib/Biodiverse/Exception.pm b/lib/Biodiverse/Exception.pm index 2be4d399f..2fa7a1895 100644 --- a/lib/Biodiverse/Exception.pm +++ b/lib/Biodiverse/Exception.pm @@ -1,7 +1,7 @@ package Biodiverse::Exception; use strict; use warnings; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Config; my ($bit_size, $prng_init_descr, $other_bit_size); diff --git a/lib/Biodiverse/GUI/BasedataImport.pm b/lib/Biodiverse/GUI/BasedataImport.pm index 94656e0cd..f2112cbbd 100644 --- a/lib/Biodiverse/GUI/BasedataImport.pm +++ b/lib/Biodiverse/GUI/BasedataImport.pm @@ -8,7 +8,7 @@ use English ( -no_match_vars ); use Carp; use List::Util qw /min/; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use File::Basename; use Gtk2; diff --git a/lib/Biodiverse/GUI/Callbacks.pm b/lib/Biodiverse/GUI/Callbacks.pm index 9675814f1..fd41c3ee0 100644 --- a/lib/Biodiverse/GUI/Callbacks.pm +++ b/lib/Biodiverse/GUI/Callbacks.pm @@ -7,7 +7,7 @@ use English ( -no_match_vars ); use Browser::Open qw( open_browser ); # needed for the about dialogue -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use constant FALSE => 0; use constant TRUE => 1; diff --git a/lib/Biodiverse/GUI/CellPopup.pm b/lib/Biodiverse/GUI/CellPopup.pm index b27f1b497..bd9ba8086 100644 --- a/lib/Biodiverse/GUI/CellPopup.pm +++ b/lib/Biodiverse/GUI/CellPopup.pm @@ -8,7 +8,7 @@ use Data::Dumper; use Carp; use Scalar::Util qw /looks_like_number/; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Gtk2; diff --git a/lib/Biodiverse/GUI/Dendrogram.pm b/lib/Biodiverse/GUI/Dendrogram.pm index 44d1a137b..1f730cf29 100644 --- a/lib/Biodiverse/GUI/Dendrogram.pm +++ b/lib/Biodiverse/GUI/Dendrogram.pm @@ -17,7 +17,7 @@ use Gtk2; use Gnome2::Canvas; use POSIX; # for ceil() -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::GUI::GUIManager; use Biodiverse::TreeNode; diff --git a/lib/Biodiverse/GUI/Exclusions.pm b/lib/Biodiverse/GUI/Exclusions.pm index 398022ec7..c430f8b34 100644 --- a/lib/Biodiverse/GUI/Exclusions.pm +++ b/lib/Biodiverse/GUI/Exclusions.pm @@ -8,7 +8,7 @@ use Carp; use Gtk2; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::GUI::GUIManager; use Biodiverse::GUI::ParametersTable; diff --git a/lib/Biodiverse/GUI/Export.pm b/lib/Biodiverse/GUI/Export.pm index ddb24b5e5..4fad55b76 100644 --- a/lib/Biodiverse/GUI/Export.pm +++ b/lib/Biodiverse/GUI/Export.pm @@ -15,7 +15,7 @@ use Cwd; use List::MoreUtils qw /any none/; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::GUI::GUIManager; use Biodiverse::GUI::ParametersTable; diff --git a/lib/Biodiverse/GUI/GUIManager.pm b/lib/Biodiverse/GUI/GUIManager.pm index 12b0ca032..19ea131eb 100644 --- a/lib/Biodiverse/GUI/GUIManager.pm +++ b/lib/Biodiverse/GUI/GUIManager.pm @@ -6,7 +6,7 @@ use 5.010; #use Data::Structure::Util qw /has_circular_ref get_refs/; # hunting for circular refs -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; #use Data::Dumper; use Carp; diff --git a/lib/Biodiverse/GUI/Grid.pm b/lib/Biodiverse/GUI/Grid.pm index 3f7356a70..11b25c20d 100644 --- a/lib/Biodiverse/GUI/Grid.pm +++ b/lib/Biodiverse/GUI/Grid.pm @@ -19,7 +19,7 @@ use Tree::R; use Geo::ShapeFile; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::GUI::GUIManager; use Biodiverse::GUI::CellPopup; diff --git a/lib/Biodiverse/GUI/Help.pm b/lib/Biodiverse/GUI/Help.pm index c34f2f6e2..b98c8d3d8 100644 --- a/lib/Biodiverse/GUI/Help.pm +++ b/lib/Biodiverse/GUI/Help.pm @@ -16,7 +16,7 @@ use HTTP::Tiny; use Biodiverse::GUI::YesNoCancel; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; ############################################## # Web links. diff --git a/lib/Biodiverse/GUI/MatrixGrid.pm b/lib/Biodiverse/GUI/MatrixGrid.pm index 43c033e82..84546cb8b 100644 --- a/lib/Biodiverse/GUI/MatrixGrid.pm +++ b/lib/Biodiverse/GUI/MatrixGrid.pm @@ -15,7 +15,7 @@ use Carp; use POSIX qw /floor/; use List::Util qw /min max/; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Gtk2; use Gnome2::Canvas; diff --git a/lib/Biodiverse/GUI/MatrixImport.pm b/lib/Biodiverse/GUI/MatrixImport.pm index 15e2363bf..07cc02667 100644 --- a/lib/Biodiverse/GUI/MatrixImport.pm +++ b/lib/Biodiverse/GUI/MatrixImport.pm @@ -10,7 +10,7 @@ use File::BOM qw / :subs /; use Gtk2; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::GUI::Project; use Biodiverse::GUI::BasedataImport; # needed for the remap dialogue - should shift that to its own package diff --git a/lib/Biodiverse/GUI/OpenDialog.pm b/lib/Biodiverse/GUI/OpenDialog.pm index 75b086821..78959e778 100644 --- a/lib/Biodiverse/GUI/OpenDialog.pm +++ b/lib/Biodiverse/GUI/OpenDialog.pm @@ -11,7 +11,7 @@ use Gtk2; use Cwd; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::GUI::GUIManager; diff --git a/lib/Biodiverse/GUI/Overlays.pm b/lib/Biodiverse/GUI/Overlays.pm index eaa78bfc7..dc615db31 100644 --- a/lib/Biodiverse/GUI/Overlays.pm +++ b/lib/Biodiverse/GUI/Overlays.pm @@ -5,7 +5,7 @@ use warnings; use Gtk2; use Data::Dumper; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::GUI::GUIManager; use Biodiverse::GUI::Project; diff --git a/lib/Biodiverse/GUI/ParametersTable.pm b/lib/Biodiverse/GUI/ParametersTable.pm index 8b6de46bf..95f5c9808 100644 --- a/lib/Biodiverse/GUI/ParametersTable.pm +++ b/lib/Biodiverse/GUI/ParametersTable.pm @@ -60,7 +60,7 @@ use Gtk2; use Carp; use English qw { -no_match_vars }; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::GUI::GUIManager; use Biodiverse::GUI::SpatialParams; diff --git a/lib/Biodiverse/GUI/PhylogenyImport.pm b/lib/Biodiverse/GUI/PhylogenyImport.pm index 3b82c2f5e..04e9b3aa8 100644 --- a/lib/Biodiverse/GUI/PhylogenyImport.pm +++ b/lib/Biodiverse/GUI/PhylogenyImport.pm @@ -12,7 +12,7 @@ use Biodiverse::ReadNexus; use Biodiverse::GUI::BasedataImport; use Biodiverse::GUI::YesNoCancel; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::GUI::Project; diff --git a/lib/Biodiverse/GUI/Popup.pm b/lib/Biodiverse/GUI/Popup.pm index 9e1151c3a..0b1ab9089 100644 --- a/lib/Biodiverse/GUI/Popup.pm +++ b/lib/Biodiverse/GUI/Popup.pm @@ -8,7 +8,7 @@ use Carp; use Gtk2; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use English qw { -no_match_vars }; diff --git a/lib/Biodiverse/GUI/PopupObject.pm b/lib/Biodiverse/GUI/PopupObject.pm index b3c456dc2..34c1902e1 100644 --- a/lib/Biodiverse/GUI/PopupObject.pm +++ b/lib/Biodiverse/GUI/PopupObject.pm @@ -3,7 +3,7 @@ package Biodiverse::GUI::PopupObject; use strict; use warnings; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Gtk2; diff --git a/lib/Biodiverse/GUI/ProgressDialog.pm b/lib/Biodiverse/GUI/ProgressDialog.pm index 94f0031e9..80bfef9e1 100644 --- a/lib/Biodiverse/GUI/ProgressDialog.pm +++ b/lib/Biodiverse/GUI/ProgressDialog.pm @@ -17,7 +17,7 @@ use Data::Dumper; require Biodiverse::Config; my $progress_update_interval = $Biodiverse::Config::progress_update_interval; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; my $TRUE = 'TRUE'; my $FALSE = 'FALSE'; diff --git a/lib/Biodiverse/GUI/Project.pm b/lib/Biodiverse/GUI/Project.pm index 4305e08d2..4218c8c71 100644 --- a/lib/Biodiverse/GUI/Project.pm +++ b/lib/Biodiverse/GUI/Project.pm @@ -13,7 +13,7 @@ use Biodiverse::ReadNexus; use English ( -no_match_vars ); -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; require Exporter; use parent qw/Exporter Biodiverse::Common/; diff --git a/lib/Biodiverse/GUI/SpatialParams.pm b/lib/Biodiverse/GUI/SpatialParams.pm index 4710ae677..b2fab268b 100644 --- a/lib/Biodiverse/GUI/SpatialParams.pm +++ b/lib/Biodiverse/GUI/SpatialParams.pm @@ -21,7 +21,7 @@ use Carp; use English qw { -no_match_vars }; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Glib; use Gtk2; diff --git a/lib/Biodiverse/GUI/Tabs/CalculationsTree.pm b/lib/Biodiverse/GUI/Tabs/CalculationsTree.pm index e359a05b8..5236192dc 100644 --- a/lib/Biodiverse/GUI/Tabs/CalculationsTree.pm +++ b/lib/Biodiverse/GUI/Tabs/CalculationsTree.pm @@ -21,7 +21,7 @@ use Biodiverse::Indices; use Text::Wrapper; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; #use Readonly; my $i; diff --git a/lib/Biodiverse/GUI/Tabs/Clustering.pm b/lib/Biodiverse/GUI/Tabs/Clustering.pm index a37302f8e..4b95ad79b 100644 --- a/lib/Biodiverse/GUI/Tabs/Clustering.pm +++ b/lib/Biodiverse/GUI/Tabs/Clustering.pm @@ -21,7 +21,7 @@ use Biodiverse::GUI::Tabs::CalculationsTree; use Biodiverse::Indices; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::Cluster; use Biodiverse::RegionGrower; diff --git a/lib/Biodiverse/GUI/Tabs/Labels.pm b/lib/Biodiverse/GUI/Tabs/Labels.pm index 320d1a97c..063d07542 100644 --- a/lib/Biodiverse/GUI/Tabs/Labels.pm +++ b/lib/Biodiverse/GUI/Tabs/Labels.pm @@ -20,7 +20,7 @@ use Biodiverse::GUI::Overlays; use Biodiverse::Metadata::Parameter; my $parameter_metadata_class = 'Biodiverse::Metadata::Parameter'; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use parent qw { Biodiverse::GUI::Tabs::Tab diff --git a/lib/Biodiverse/GUI/Tabs/Outputs.pm b/lib/Biodiverse/GUI/Tabs/Outputs.pm index 87fb49a9d..d32b45d98 100644 --- a/lib/Biodiverse/GUI/Tabs/Outputs.pm +++ b/lib/Biodiverse/GUI/Tabs/Outputs.pm @@ -13,7 +13,7 @@ use Biodiverse::GUI::Export; use English ( -no_match_vars ); -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use parent qw {Biodiverse::GUI::Tabs::Tab}; diff --git a/lib/Biodiverse/GUI/Tabs/Randomise.pm b/lib/Biodiverse/GUI/Tabs/Randomise.pm index 89db30ff1..216f8818b 100644 --- a/lib/Biodiverse/GUI/Tabs/Randomise.pm +++ b/lib/Biodiverse/GUI/Tabs/Randomise.pm @@ -8,7 +8,7 @@ use English ( -no_match_vars ); use Gtk2; use Biodiverse::Randomise; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::GUI::GUIManager; use Biodiverse::GUI::Project; diff --git a/lib/Biodiverse/GUI/Tabs/RegionGrower.pm b/lib/Biodiverse/GUI/Tabs/RegionGrower.pm index 86c8a539b..b4becb768 100644 --- a/lib/Biodiverse/GUI/Tabs/RegionGrower.pm +++ b/lib/Biodiverse/GUI/Tabs/RegionGrower.pm @@ -5,7 +5,7 @@ package Biodiverse::GUI::Tabs::RegionGrower; use strict; use warnings; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use parent qw / Biodiverse::GUI::Tabs::Clustering diff --git a/lib/Biodiverse/GUI/Tabs/Spatial.pm b/lib/Biodiverse/GUI/Tabs/Spatial.pm index 01f54de38..973125159 100644 --- a/lib/Biodiverse/GUI/Tabs/Spatial.pm +++ b/lib/Biodiverse/GUI/Tabs/Spatial.pm @@ -5,7 +5,7 @@ use warnings; use English ( -no_match_vars ); -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Gtk2; use Carp; diff --git a/lib/Biodiverse/GUI/Tabs/SpatialMatrix.pm b/lib/Biodiverse/GUI/Tabs/SpatialMatrix.pm index 24a90570c..82c352f9c 100644 --- a/lib/Biodiverse/GUI/Tabs/SpatialMatrix.pm +++ b/lib/Biodiverse/GUI/Tabs/SpatialMatrix.pm @@ -5,7 +5,7 @@ use 5.010; use English ( -no_match_vars ); -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Gtk2; use Carp; diff --git a/lib/Biodiverse/GUI/Tabs/Tab.pm b/lib/Biodiverse/GUI/Tabs/Tab.pm index 6babe5dfb..da8334401 100644 --- a/lib/Biodiverse/GUI/Tabs/Tab.pm +++ b/lib/Biodiverse/GUI/Tabs/Tab.pm @@ -3,7 +3,7 @@ use strict; use warnings; use 5.010; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use List::Util qw/min max/; use Scalar::Util qw /blessed/; diff --git a/lib/Biodiverse/GUI/YesNoCancel.pm b/lib/Biodiverse/GUI/YesNoCancel.pm index 5f791685a..557d6adb5 100644 --- a/lib/Biodiverse/GUI/YesNoCancel.pm +++ b/lib/Biodiverse/GUI/YesNoCancel.pm @@ -6,7 +6,7 @@ use Gtk2; use English ( -no_match_vars ); -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::GUI::GUIManager; diff --git a/lib/Biodiverse/Index.pm b/lib/Biodiverse/Index.pm index 9d58451c3..caf3c6a7c 100644 --- a/lib/Biodiverse/Index.pm +++ b/lib/Biodiverse/Index.pm @@ -28,7 +28,7 @@ use List::Util; use Biodiverse::Progress; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use parent qw /Biodiverse::Common/; diff --git a/lib/Biodiverse/Indices.pm b/lib/Biodiverse/Indices.pm index df86075d1..0a1c19297 100644 --- a/lib/Biodiverse/Indices.pm +++ b/lib/Biodiverse/Indices.pm @@ -17,7 +17,7 @@ use Class::Inspector; use Biodiverse::Exception; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; my $EMPTY_STRING = q{}; diff --git a/lib/Biodiverse/Indices/Endemism.pm b/lib/Biodiverse/Indices/Endemism.pm index 708d55f3d..22d077fde 100644 --- a/lib/Biodiverse/Indices/Endemism.pm +++ b/lib/Biodiverse/Indices/Endemism.pm @@ -3,7 +3,7 @@ use strict; use warnings; use Carp; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; my $metadata_class = 'Biodiverse::Metadata::Indices'; diff --git a/lib/Biodiverse/Indices/GroupProperties.pm b/lib/Biodiverse/Indices/GroupProperties.pm index 1a765c552..00aa1dc00 100644 --- a/lib/Biodiverse/Indices/GroupProperties.pm +++ b/lib/Biodiverse/Indices/GroupProperties.pm @@ -8,7 +8,7 @@ use warnings; use Carp; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::Statistics; my $stats_class = 'Biodiverse::Statistics'; diff --git a/lib/Biodiverse/Indices/Hierarchical_Labels.pm b/lib/Biodiverse/Indices/Hierarchical_Labels.pm index 5c3c72d50..0f30894a4 100644 --- a/lib/Biodiverse/Indices/Hierarchical_Labels.pm +++ b/lib/Biodiverse/Indices/Hierarchical_Labels.pm @@ -6,7 +6,7 @@ use warnings; use Scalar::Util qw /blessed/; use Biodiverse::Progress; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; my $metadata_class = 'Biodiverse::Metadata::Indices'; diff --git a/lib/Biodiverse/Indices/IEI.pm b/lib/Biodiverse/Indices/IEI.pm index 19e108137..75a925cde 100644 --- a/lib/Biodiverse/Indices/IEI.pm +++ b/lib/Biodiverse/Indices/IEI.pm @@ -7,7 +7,7 @@ use warnings; use Carp; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::Statistics; my $stats_package = 'Biodiverse::Statistics'; diff --git a/lib/Biodiverse/Indices/Indices.pm b/lib/Biodiverse/Indices/Indices.pm index 9de5fca9a..9247983a8 100644 --- a/lib/Biodiverse/Indices/Indices.pm +++ b/lib/Biodiverse/Indices/Indices.pm @@ -10,7 +10,7 @@ use List::Util 1.39 qw /min max pairs pairkeys sum/; use English ( -no_match_vars ); use Readonly; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::Statistics; my $stats_class = 'Biodiverse::Statistics'; diff --git a/lib/Biodiverse/Indices/LabelCounts.pm b/lib/Biodiverse/Indices/LabelCounts.pm index e36686d84..e1f882373 100644 --- a/lib/Biodiverse/Indices/LabelCounts.pm +++ b/lib/Biodiverse/Indices/LabelCounts.pm @@ -3,7 +3,7 @@ package Biodiverse::Indices::LabelCounts; use strict; use warnings; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::Statistics; diff --git a/lib/Biodiverse/Indices/LabelProperties.pm b/lib/Biodiverse/Indices/LabelProperties.pm index dff9b1cf7..65be4135c 100644 --- a/lib/Biodiverse/Indices/LabelProperties.pm +++ b/lib/Biodiverse/Indices/LabelProperties.pm @@ -4,7 +4,7 @@ use warnings; use Carp; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::Statistics; my $stats_class = 'Biodiverse::Statistics'; diff --git a/lib/Biodiverse/Indices/LabelPropertiesRangeWtd.pm b/lib/Biodiverse/Indices/LabelPropertiesRangeWtd.pm index 26ea8e57f..93ec4f5c3 100644 --- a/lib/Biodiverse/Indices/LabelPropertiesRangeWtd.pm +++ b/lib/Biodiverse/Indices/LabelPropertiesRangeWtd.pm @@ -4,7 +4,7 @@ use warnings; use Carp; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::Statistics; my $stats_class = 'Biodiverse::Statistics'; diff --git a/lib/Biodiverse/Indices/Matrix_Indices.pm b/lib/Biodiverse/Indices/Matrix_Indices.pm index c24faef27..c5762e9ed 100644 --- a/lib/Biodiverse/Indices/Matrix_Indices.pm +++ b/lib/Biodiverse/Indices/Matrix_Indices.pm @@ -7,7 +7,7 @@ use warnings; use Carp; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; #use Statistics::Descriptive; #my $stats_class = 'Statistics::Descriptive::Full'; diff --git a/lib/Biodiverse/Indices/Numeric_Labels.pm b/lib/Biodiverse/Indices/Numeric_Labels.pm index 5fda0b6db..179fa9e4d 100644 --- a/lib/Biodiverse/Indices/Numeric_Labels.pm +++ b/lib/Biodiverse/Indices/Numeric_Labels.pm @@ -11,7 +11,7 @@ use List::Util qw /sum min/; use Carp; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::Statistics; diff --git a/lib/Biodiverse/Indices/PhyloCom.pm b/lib/Biodiverse/Indices/PhyloCom.pm index f5578ae20..64691e39f 100644 --- a/lib/Biodiverse/Indices/PhyloCom.pm +++ b/lib/Biodiverse/Indices/PhyloCom.pm @@ -12,7 +12,7 @@ use Scalar::Util qw /blessed/; use Math::BigInt (); -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::Statistics; my $stats_package = 'Biodiverse::Statistics'; diff --git a/lib/Biodiverse/Indices/Phylogenetic.pm b/lib/Biodiverse/Indices/Phylogenetic.pm index cde818503..13ed34859 100644 --- a/lib/Biodiverse/Indices/Phylogenetic.pm +++ b/lib/Biodiverse/Indices/Phylogenetic.pm @@ -14,7 +14,7 @@ use List::Util 1.33 qw /any sum min max/; use Scalar::Util qw /blessed/; use Data::Alias qw /alias/; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::Statistics; my $stats_package = 'Biodiverse::Statistics'; diff --git a/lib/Biodiverse/Indices/Rarity.pm b/lib/Biodiverse/Indices/Rarity.pm index eb116a44e..071655c88 100644 --- a/lib/Biodiverse/Indices/Rarity.pm +++ b/lib/Biodiverse/Indices/Rarity.pm @@ -2,7 +2,7 @@ package Biodiverse::Indices::Rarity; use strict; use warnings; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; # we need access to one sub from Endemism.pm use parent qw /Biodiverse::Indices::Endemism/; diff --git a/lib/Biodiverse/Matrix.pm b/lib/Biodiverse/Matrix.pm index 2f2783fb0..95e278f37 100644 --- a/lib/Biodiverse/Matrix.pm +++ b/lib/Biodiverse/Matrix.pm @@ -8,7 +8,7 @@ use strict; use warnings; use 5.010; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use English ( -no_match_vars ); diff --git a/lib/Biodiverse/Matrix/Base.pm b/lib/Biodiverse/Matrix/Base.pm index fab4c61c2..cebe7b72a 100644 --- a/lib/Biodiverse/Matrix/Base.pm +++ b/lib/Biodiverse/Matrix/Base.pm @@ -10,7 +10,7 @@ use Scalar::Util qw /looks_like_number blessed reftype/; use List::Util qw /min max sum/; use File::BOM qw /:subs/; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::Exception; diff --git a/lib/Biodiverse/Matrix/LowMem.pm b/lib/Biodiverse/Matrix/LowMem.pm index e47c462f3..051fb39db 100644 --- a/lib/Biodiverse/Matrix/LowMem.pm +++ b/lib/Biodiverse/Matrix/LowMem.pm @@ -6,7 +6,7 @@ use warnings; use Carp; use List::Util qw /min max/; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::Matrix; use Biodiverse::Exception; diff --git a/lib/Biodiverse/Metadata.pm b/lib/Biodiverse/Metadata.pm index ce49d0471..bba19fece 100644 --- a/lib/Biodiverse/Metadata.pm +++ b/lib/Biodiverse/Metadata.pm @@ -4,7 +4,7 @@ use strict; use warnings; use Scalar::Util qw /reftype/; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; sub new { my ($class, $data) = @_; diff --git a/lib/Biodiverse/Metadata/BaseStruct.pm b/lib/Biodiverse/Metadata/BaseStruct.pm index cd7b92b7d..bfa38f2cb 100644 --- a/lib/Biodiverse/Metadata/BaseStruct.pm +++ b/lib/Biodiverse/Metadata/BaseStruct.pm @@ -6,7 +6,7 @@ use Carp; use Readonly; use Scalar::Util qw /reftype/; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use parent qw /Biodiverse::Metadata/; diff --git a/lib/Biodiverse/Metadata/Export.pm b/lib/Biodiverse/Metadata/Export.pm index 1c8dde718..49fbd770c 100644 --- a/lib/Biodiverse/Metadata/Export.pm +++ b/lib/Biodiverse/Metadata/Export.pm @@ -7,7 +7,7 @@ use Carp; use Scalar::Util qw /reftype/; use Readonly; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use parent qw /Biodiverse::Metadata/; diff --git a/lib/Biodiverse/Metadata/Indices.pm b/lib/Biodiverse/Metadata/Indices.pm index 1c6f4efd6..008f81999 100644 --- a/lib/Biodiverse/Metadata/Indices.pm +++ b/lib/Biodiverse/Metadata/Indices.pm @@ -8,7 +8,7 @@ use Scalar::Util qw /reftype/; use parent qw /Biodiverse::Metadata/; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; Readonly my %methods_and_defaults => ( name => 'no_name', diff --git a/lib/Biodiverse/Metadata/Parameter.pm b/lib/Biodiverse/Metadata/Parameter.pm index 90bc5d5fb..d01c1b5fa 100644 --- a/lib/Biodiverse/Metadata/Parameter.pm +++ b/lib/Biodiverse/Metadata/Parameter.pm @@ -12,7 +12,7 @@ use Scalar::Util qw /reftype/; use parent qw /Biodiverse::Metadata/; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; #sub new { # my ($class, $data) = @_; diff --git a/lib/Biodiverse/Metadata/Randomisation.pm b/lib/Biodiverse/Metadata/Randomisation.pm index 3c0f6748f..5a4d8c868 100644 --- a/lib/Biodiverse/Metadata/Randomisation.pm +++ b/lib/Biodiverse/Metadata/Randomisation.pm @@ -8,7 +8,7 @@ use Scalar::Util qw /reftype/; use parent qw /Biodiverse::Metadata/; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; my %methods_and_defaults = ( diff --git a/lib/Biodiverse/Metadata/SpatialConditions.pm b/lib/Biodiverse/Metadata/SpatialConditions.pm index 2aeaed1df..8b8fb329b 100644 --- a/lib/Biodiverse/Metadata/SpatialConditions.pm +++ b/lib/Biodiverse/Metadata/SpatialConditions.pm @@ -7,7 +7,7 @@ use Readonly; use Scalar::Util qw /reftype/; use Clone qw /clone/; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use parent qw /Biodiverse::Metadata/; diff --git a/lib/Biodiverse/Progress.pm b/lib/Biodiverse/Progress.pm index f7dcd58b6..44cec6ade 100644 --- a/lib/Biodiverse/Progress.pm +++ b/lib/Biodiverse/Progress.pm @@ -10,7 +10,7 @@ my $NULL_STRING = q//; require Biodiverse::Config; use Biodiverse::Exception; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; sub new { my $class = shift; diff --git a/lib/Biodiverse/Randomise.pm b/lib/Biodiverse/Randomise.pm index 82739396b..d450b07f8 100644 --- a/lib/Biodiverse/Randomise.pm +++ b/lib/Biodiverse/Randomise.pm @@ -38,7 +38,7 @@ my $parameter_rand_metadata_class = 'Biodiverse::Metadata::Parameter'; require Biodiverse::BaseData; use Biodiverse::Progress; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; my $EMPTY_STRING = q{}; diff --git a/lib/Biodiverse/ReadNexus.pm b/lib/Biodiverse/ReadNexus.pm index 6c400428a..f7e9c952c 100644 --- a/lib/Biodiverse/ReadNexus.pm +++ b/lib/Biodiverse/ReadNexus.pm @@ -17,7 +17,7 @@ use Biodiverse::TreeNode; use Biodiverse::Exception; use Biodiverse::Progress; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use parent qw /Biodiverse::Common/; diff --git a/lib/Biodiverse/RegionGrower.pm b/lib/Biodiverse/RegionGrower.pm index b3bf1b68b..118ecc5f1 100644 --- a/lib/Biodiverse/RegionGrower.pm +++ b/lib/Biodiverse/RegionGrower.pm @@ -3,7 +3,7 @@ use 5.010; use strict; use warnings; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use parent qw / Biodiverse::Cluster diff --git a/lib/Biodiverse/Spatial.pm b/lib/Biodiverse/Spatial.pm index e16007252..1534610ff 100644 --- a/lib/Biodiverse/Spatial.pm +++ b/lib/Biodiverse/Spatial.pm @@ -12,7 +12,7 @@ use Scalar::Util qw /weaken blessed/; use List::Util; use Time::HiRes qw /time/; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Biodiverse::SpatialConditions; use Biodiverse::SpatialConditions::DefQuery; diff --git a/lib/Biodiverse/SpatialConditions.pm b/lib/Biodiverse/SpatialConditions.pm index 24dd63ac1..24b15a399 100644 --- a/lib/Biodiverse/SpatialConditions.pm +++ b/lib/Biodiverse/SpatialConditions.pm @@ -22,7 +22,7 @@ use List::Util qw /min max/; use parent qw /Biodiverse::Common/; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; my $metadata_class = 'Biodiverse::Metadata::SpatialConditions'; use Biodiverse::Metadata::SpatialConditions; diff --git a/lib/Biodiverse/SpatialConditions/DefQuery.pm b/lib/Biodiverse/SpatialConditions/DefQuery.pm index 3d9151670..21ec169f6 100644 --- a/lib/Biodiverse/SpatialConditions/DefQuery.pm +++ b/lib/Biodiverse/SpatialConditions/DefQuery.pm @@ -9,7 +9,7 @@ use Carp; use parent qw /Biodiverse::SpatialParams Biodiverse::Common/; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; our $NULL_STRING = q{}; diff --git a/lib/Biodiverse/SpatialParams.pm b/lib/Biodiverse/SpatialParams.pm index 817e1c18f..9686d38dc 100644 --- a/lib/Biodiverse/SpatialParams.pm +++ b/lib/Biodiverse/SpatialParams.pm @@ -7,7 +7,7 @@ use warnings; # This is a stub for backwards compatibility. # All the content is now in Biodiverse::SpatialConditions -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use parent qw /Biodiverse::SpatialConditions/; diff --git a/lib/Biodiverse/SpatialParams/DefQuery.pm b/lib/Biodiverse/SpatialParams/DefQuery.pm index 82fd9acb5..6bce99018 100644 --- a/lib/Biodiverse/SpatialParams/DefQuery.pm +++ b/lib/Biodiverse/SpatialParams/DefQuery.pm @@ -4,7 +4,7 @@ use 5.010; use strict; use warnings; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; # This is a stub for backwards compatibility. # All the content is now in Biodiverse::SpatialConditions diff --git a/lib/Biodiverse/Statistics.pm b/lib/Biodiverse/Statistics.pm index 8cfb6e884..b06798b51 100644 --- a/lib/Biodiverse/Statistics.pm +++ b/lib/Biodiverse/Statistics.pm @@ -3,7 +3,7 @@ package Biodiverse::Statistics; use strict; use warnings; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Carp; diff --git a/lib/Biodiverse/Tree.pm b/lib/Biodiverse/Tree.pm index 07e764c5a..fd959888e 100644 --- a/lib/Biodiverse/Tree.pm +++ b/lib/Biodiverse/Tree.pm @@ -13,7 +13,7 @@ use List::Util qw /sum min max/; use English qw ( -no_match_vars ); -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; our $AUTOLOAD; diff --git a/lib/Biodiverse/TreeNode.pm b/lib/Biodiverse/TreeNode.pm index 3e89bc27f..c372f476f 100644 --- a/lib/Biodiverse/TreeNode.pm +++ b/lib/Biodiverse/TreeNode.pm @@ -16,7 +16,7 @@ use Biodiverse::BaseStruct; use parent qw /Biodiverse::Common/; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; my $EMPTY_STRING = q{}; my $SPACE = q{ }; diff --git a/t/lib/Biodiverse/TestHelpers.pm b/t/lib/Biodiverse/TestHelpers.pm index cc70dc60f..fd64d97c0 100644 --- a/t/lib/Biodiverse/TestHelpers.pm +++ b/t/lib/Biodiverse/TestHelpers.pm @@ -9,7 +9,7 @@ use Carp; $| = 1; -our $VERSION = '1.1'; +our $VERSION = '1.99_001'; use Data::Section::Simple qw(get_data_section);