Skip to content

Commit

Permalink
Bump version to 2.096000
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Kegler authored and Jeffrey Kegler committed Oct 3, 2014
1 parent d315dce commit 2c86290
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion cpan/html/lib/Marpa/R2/HTML.pm
Expand Up @@ -20,7 +20,7 @@ use strict;
use warnings;

use vars qw( $VERSION $STRING_VERSION );
$VERSION = '2.095_000';
$VERSION = '2.096000';
$STRING_VERSION = $VERSION;
## no critic (BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/html/lib/Marpa/R2/HTML/Callback.pm
Expand Up @@ -20,7 +20,7 @@ use strict;
package Marpa::R2::HTML::Callback;

use vars qw( $VERSION $STRING_VERSION );
$VERSION = '2.095_000';
$VERSION = '2.096000';
$STRING_VERSION = $VERSION;
## use critic (BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/html/lib/Marpa/R2/HTML/Config.pm
Expand Up @@ -20,7 +20,7 @@ use strict;
use warnings;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.095_000';
$VERSION = '2.096000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/html/lib/Marpa/R2/HTML/Config/Compile.pm
Expand Up @@ -20,7 +20,7 @@ use strict;
use warnings;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.095_000';
$VERSION = '2.096000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/html/lib/Marpa/R2/HTML/Internal.pm
Expand Up @@ -24,7 +24,7 @@ use warnings;
use Carp;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.095_000';
$VERSION = '2.096000';
$STRING_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion cpan/html/meta/make_internal_pm.pl
Expand Up @@ -97,7 +97,7 @@ package Marpa::R2::Internal;
use Carp;
use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.095_000';
$VERSION = '2.096000';
$STRING_VERSION = $VERSION;
$VERSION = eval $VERSION;
END_OF_HEADER
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2.pm
Expand Up @@ -20,7 +20,7 @@ use strict;
use warnings;

use vars qw($VERSION $STRING_VERSION @ISA $DEBUG);
$VERSION = '2.095_000';
$VERSION = '2.096000';
$STRING_VERSION = $VERSION;
## no critic (BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/ASF.pm
Expand Up @@ -21,7 +21,7 @@ use warnings;
no warnings qw(recursion);

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.095_000';
$VERSION = '2.096000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/Grammar.pm
Expand Up @@ -26,7 +26,7 @@ no warnings qw(recursion qw);
use strict;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.095_000';
$VERSION = '2.096000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/Internal.pm
Expand Up @@ -24,7 +24,7 @@ use warnings;
use Carp;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.095_000';
$VERSION = '2.096000';
$STRING_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/MetaAST.pm
Expand Up @@ -20,7 +20,7 @@ use strict;
use warnings;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.095_000';
$VERSION = '2.096000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/MetaG.pm
Expand Up @@ -20,7 +20,7 @@ use strict;
use warnings;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.095_000';
$VERSION = '2.096000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/Recognizer.pm
Expand Up @@ -21,7 +21,7 @@ use strict;
use English qw( -no_match_vars );

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.095_000';
$VERSION = '2.096000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/SLG.pm
Expand Up @@ -20,7 +20,7 @@ use strict;
use warnings;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.095_000';
$VERSION = '2.096000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/SLR.pm
Expand Up @@ -20,7 +20,7 @@ use strict;
use warnings;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.095_000';
$VERSION = '2.096000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/Stuifzand.pm
Expand Up @@ -20,7 +20,7 @@ use strict;
use warnings;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.095_000';
$VERSION = '2.096000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/Thin/Trace.pm
Expand Up @@ -20,7 +20,7 @@ use warnings;
use strict;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.095_000';
$VERSION = '2.096000';
$STRING_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/Value.pm
Expand Up @@ -20,7 +20,7 @@ use warnings;
use strict;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.095_000';
$VERSION = '2.096000';
$STRING_VERSION = $VERSION;
## no critic (BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/meta/make_internal_pm.pl
Expand Up @@ -97,7 +97,7 @@ package Marpa::R2::Internal;
use Carp;
use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.095_000';
$VERSION = '2.096000';
$STRING_VERSION = $VERSION;
$VERSION = eval $VERSION;
END_OF_HEADER
Expand Down

0 comments on commit 2c86290

Please sign in to comment.