Skip to content

Commit

Permalink
Bump version numbers to 1.99_001
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Apr 30, 2016
1 parent 2833a47 commit 9673aeb
Show file tree
Hide file tree
Showing 84 changed files with 84 additions and 84 deletions.
2 changes: 1 addition & 1 deletion bin/BiodiverseGUI.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion bin/load_and_randomise.pl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

local $| = 1;

our $VERSION = '1.1';
our $VERSION = '1.99_001';

use Biodiverse::Config;

Expand Down
2 changes: 1 addition & 1 deletion bin/load_and_randomise_wrapper.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion bin/run_randomisation.pl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

local $| = 1;

our $VERSION = '1.1';
our $VERSION = '1.99_001';

use Biodiverse::Config;
use Biodiverse::BaseData;
Expand Down
2 changes: 1 addition & 1 deletion bin/run_randomisation_mce.pl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

local $| = 1;

our $VERSION = '1.1';
our $VERSION = '1.99_001';

use Biodiverse::Config;
use Biodiverse::BaseData;
Expand Down
2 changes: 1 addition & 1 deletion 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 = '1.1';
our $VERSION = '1.99_001';


1;
Expand Down
2 changes: 1 addition & 1 deletion etc/site_pair_sampler/lib/BdPD/GDM_Input.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion etc/site_pair_sampler/lib/BdPD/GenerateDistanceTable.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion lib/App/Biodiverse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package App::Biodiverse;
use strict;
use warnings;

our $VERSION = '1.1';
our $VERSION = '1.99_001';

1;

Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/BaseData.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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};

Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/BaseStruct.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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{};

Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/Cluster.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/Common.pm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ use Biodiverse::Exception;

require Clone;

our $VERSION = '1.1';
our $VERSION = '1.99_001';

my $EMPTY_STRING = q{};

Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/ElementProperties.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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/; #/

Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/Exception.pm
Original file line number Diff line number Diff line change
@@ -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);
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/BasedataImport.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/Callbacks.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/CellPopup.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/Dendrogram.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/Exclusions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/Export.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/GUIManager.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/Grid.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/Help.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use HTTP::Tiny;

use Biodiverse::GUI::YesNoCancel;

our $VERSION = '1.1';
our $VERSION = '1.99_001';

##############################################
# Web links.
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/MatrixGrid.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/MatrixImport.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/OpenDialog.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Gtk2;

use Cwd;

our $VERSION = '1.1';
our $VERSION = '1.99_001';

use Biodiverse::GUI::GUIManager;

Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/Overlays.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/ParametersTable.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/PhylogenyImport.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/Popup.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Carp;

use Gtk2;

our $VERSION = '1.1';
our $VERSION = '1.99_001';

use English qw { -no_match_vars };

Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/PopupObject.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Biodiverse::GUI::PopupObject;
use strict;
use warnings;

our $VERSION = '1.1';
our $VERSION = '1.99_001';

use Gtk2;

Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/ProgressDialog.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/Project.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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/;
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/SpatialParams.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/Tabs/CalculationsTree.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use Biodiverse::Indices;

use Text::Wrapper;

our $VERSION = '1.1';
our $VERSION = '1.99_001';

#use Readonly;
my $i;
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/Tabs/Clustering.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/Tabs/Labels.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/Tabs/Outputs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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};

Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/Tabs/Randomise.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/Tabs/RegionGrower.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/Tabs/Spatial.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

use English ( -no_match_vars );

our $VERSION = '1.1';
our $VERSION = '1.99_001';

use Gtk2;
use Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/Tabs/SpatialMatrix.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading

0 comments on commit 9673aeb

Please sign in to comment.