Skip to content

Commit

Permalink
Bump version to stable
Browse files Browse the repository at this point in the history
No changes from v0.1.11-TRIAL.
  • Loading branch information
Chris White committed Feb 28, 2019
1 parent b784d64 commit 2ccb00e
Show file tree
Hide file tree
Showing 21 changed files with 23 additions and 20 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Data-Hopen

0.000012 2019-02-28
No changes - stable release of 0.000011

0.000011 2019-02-28
Bugfixes in Scope

Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Hopen.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use Data::Hopen::Util::NameSet;
use Getargs::Mixed;
use Storable ();

our $VERSION = '0.000011'; # TRIAL
our $VERSION = '0.000012';

# Docs {{{1

Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Hopen/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package Data::Hopen::Base;
use parent 'Exporter';
use Import::Into;

our $VERSION = '0.000011'; # TRIAL
our $VERSION = '0.000012';

# Pragmas
use 5.014;
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Hopen/G/CollectOp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package Data::Hopen::G::CollectOp;
use Data::Hopen::Base;

our $VERSION = '0.000011'; # TRIAL
our $VERSION = '0.000012';

use parent 'Data::Hopen::G::Op';
use Class::Tiny {
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Hopen/G/DAG.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package Data::Hopen::G::DAG;
use Data::Hopen::Base;

our $VERSION = '0.000011'; # TRIAL
our $VERSION = '0.000012';

use parent 'Data::Hopen::G::Op';
use Class::Tiny {
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Hopen/G/Entity.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Data::Hopen::G::Entity;
use Data::Hopen;
use Data::Hopen::Base;

our $VERSION = '0.000011'; # TRIAL
our $VERSION = '0.000012';

sub name;

Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Hopen/G/Goal.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package Data::Hopen::G::Goal;
use Data::Hopen::Base;

our $VERSION = '0.000011'; # TRIAL
our $VERSION = '0.000012';

use parent 'Data::Hopen::G::Op';
use Class::Tiny {
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Hopen/G/GraphBuilder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Exporter 'import';

our @EXPORT; BEGIN { @EXPORT=qw(make_GraphBuilder); }

our $VERSION = '0.000011'; # TRIAL
our $VERSION = '0.000012';

use Class::Tiny {
name => 'ANON', # Name is optional; it's here so the
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Hopen/G/Link.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package Data::Hopen::G::Link;
use Data::Hopen::Base;

our $VERSION = '0.000011'; # TRIAL
our $VERSION = '0.000012';

use parent 'Data::Hopen::G::Runnable';
use Class::Tiny {
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Hopen/G/Node.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Data::Hopen::G::Node;
use Data::Hopen;
use Data::Hopen::Base;

our $VERSION = '0.000011'; # TRIAL
our $VERSION = '0.000012';

sub outputs;

Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Hopen/G/Op.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Data::Hopen::G::Op;
use Data::Hopen;
use Data::Hopen::Base;

our $VERSION = '0.000011'; # TRIAL
our $VERSION = '0.000012';

use parent 'Data::Hopen::G::Node';
use Class::Tiny;
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Hopen/G/Runnable.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package Data::Hopen::G::Runnable;
use Data::Hopen::Base;

our $VERSION = '0.000011'; # TRIAL
our $VERSION = '0.000012';

use Data::Hopen;
use Data::Hopen::Scope::Hash;
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Hopen/Scope.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Data::Hopen::Scope;
use Data::Hopen::Base;
use Exporter 'import';

our $VERSION = '0.000011'; # TRIAL
our $VERSION = '0.000012';

# Class definition
use Class::Tiny {
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Hopen/Scope/Environment.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package Data::Hopen::Scope::Environment;
use Data::Hopen::Base;

our $VERSION = '0.000011'; # TRIAL
our $VERSION = '0.000012';

use parent 'Data::Hopen::Scope';

Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Hopen/Scope/Hash.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package Data::Hopen::Scope::Hash;
use Data::Hopen::Base;

our $VERSION = '0.000011'; # TRIAL
our $VERSION = '0.000012';

use parent 'Data::Hopen::Scope';
use Class::Tiny {
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Hopen/Scope/Inputs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Data::Hopen::Scope::Inputs;
use Data::Hopen;
use Data::Hopen::Base;

our $VERSION = '0.000011'; # TRIAL
our $VERSION = '0.000012';

# TODO if a class
use parent 'Data::Hopen::Scope';
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Hopen/Scope/Overrides.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Data::Hopen::Scope::Overrides;
use Data::Hopen;
use Data::Hopen::Base;

our $VERSION = '0.000011'; # TRIAL
our $VERSION = '0.000012';

# TODO if using exporter
use parent 'Exporter';
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Hopen/TEMPLATE.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Data::Hopen::TEMPLATE;
use Data::Hopen;
use Data::Hopen::Base;

our $VERSION = '0.000011'; # TRIAL
our $VERSION = '0.000012';

# TODO if using exporter
use parent 'Exporter';
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Hopen/Util/Data.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Data::Hopen::Util::Data;
use Data::Hopen;
use Data::Hopen::Base;

our $VERSION = '0.000011'; # TRIAL
our $VERSION = '0.000012';

use parent 'Exporter';
our (@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Hopen/Util/Filename.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package Data::Hopen::Util::Filename;
use Data::Hopen::Base;

our $VERSION = '0.000011'; # TRIAL
our $VERSION = '0.000012';

use parent 'Exporter';
our (@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Hopen/Util/NameSet.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package Data::Hopen::Util::NameSet;
use Data::Hopen::Base;

our $VERSION = '0.000011'; # TRIAL
our $VERSION = '0.000012';

# Docs {{{1

Expand Down

0 comments on commit 2ccb00e

Please sign in to comment.