Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Kegler authored and Jeffrey Kegler committed Apr 2, 2012
1 parent 7aa2299 commit 0678964
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
16 changes: 8 additions & 8 deletions r2/META.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,19 @@
"provides" : {
"Marpa::R2" : {
"file" : "lib/Marpa/R2.pm",
"version" : "0.001_031"
"version" : "0.001_032"
},
"Marpa::R2::Grammar" : {
"file" : "lib/Marpa/R2/Grammar.pm",
"version" : "0.001_031"
"version" : "0.001_032"
},
"Marpa::R2::HTML" : {
"file" : "html/lib/Marpa/R2/HTML.pm",
"version" : "0.001_031"
"version" : "0.001_032"
},
"Marpa::R2::HTML::Callback" : {
"file" : "html/lib/Marpa/R2/HTML/Callback.pm",
"version" : "0.001_031"
"version" : "0.001_032"
},
"Marpa::R2::HTML::Internal" : {
"file" : "html/lib/Marpa/R2/HTML.pm",
Expand All @@ -99,7 +99,7 @@
},
"Marpa::R2::Internal" : {
"file" : "lib/Marpa/R2/Internal.pm",
"version" : "0.001_031"
"version" : "0.001_032"
},
"Marpa::R2::Internal::Grammar" : {
"file" : "lib/Marpa/R2/Grammar.pm",
Expand All @@ -115,11 +115,11 @@
},
"Marpa::R2::Recognizer" : {
"file" : "lib/Marpa/R2/Recognizer.pm",
"version" : "0.001_031"
"version" : "0.001_032"
},
"Marpa::R2::Value" : {
"file" : "lib/Marpa/R2/Value.pm",
"version" : "0.001_031"
"version" : "0.001_032"
}
},
"release_status" : "testing",
Expand All @@ -128,5 +128,5 @@
"url" : "git://github.com/jeffreykegler/Marpa-R2.git"
}
},
"version" : "0.001_031"
"version" : "0.001_032"
}
16 changes: 8 additions & 8 deletions r2/META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ no_index:
provides:
Marpa::R2:
file: lib/Marpa/R2.pm
version: 0.001_031
version: 0.001_032
Marpa::R2::Grammar:
file: lib/Marpa/R2/Grammar.pm
version: 0.001_031
version: 0.001_032
Marpa::R2::HTML:
file: html/lib/Marpa/R2/HTML.pm
version: 0.001_031
version: 0.001_032
Marpa::R2::HTML::Callback:
file: html/lib/Marpa/R2/HTML/Callback.pm
version: 0.001_031
version: 0.001_032
Marpa::R2::HTML::Internal:
file: html/lib/Marpa/R2/HTML.pm
version: 0
Expand All @@ -63,7 +63,7 @@ provides:
version: 0
Marpa::R2::Internal:
file: lib/Marpa/R2/Internal.pm
version: 0.001_031
version: 0.001_032
Marpa::R2::Internal::Grammar:
file: lib/Marpa/R2/Grammar.pm
version: 0
Expand All @@ -75,10 +75,10 @@ provides:
version: 0
Marpa::R2::Recognizer:
file: lib/Marpa/R2/Recognizer.pm
version: 0.001_031
version: 0.001_032
Marpa::R2::Value:
file: lib/Marpa/R2/Value.pm
version: 0.001_031
version: 0.001_032
recommends:
HTML::Entities: 3.68
HTML::Parser: 3.64
Expand All @@ -91,4 +91,4 @@ requires:
Scalar::Util: 1.21
resources:
repository: git://github.com/jeffreykegler/Marpa-R2.git
version: 0.001_031
version: 0.001_032
2 changes: 1 addition & 1 deletion r2/html/lib/Marpa/R2/HTML.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use strict;
use warnings;

use vars qw( $VERSION $STRING_VERSION );
$VERSION = '0.001_031';
$VERSION = '0.001_032';
$STRING_VERSION = $VERSION;
## no critic (BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion r2/html/lib/Marpa/R2/HTML/Callback.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use integer;
package Marpa::R2::HTML::Callback;

use vars qw( $VERSION $STRING_VERSION );
$VERSION = '0.001_031';
$VERSION = '0.001_032';
$STRING_VERSION = $VERSION;
## use critic (BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion r2/lib/Marpa/R2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use strict;
use warnings;

use vars qw($VERSION $STRING_VERSION @ISA $DEBUG);
$VERSION = '0.001_031';
$VERSION = '0.001_032';
$STRING_VERSION = $VERSION;
## no critic (BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion r2/lib/Marpa/R2/Grammar.pm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use integer;
use utf8;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '0.001_031';
$VERSION = '0.001_032';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion r2/lib/Marpa/R2/Internal.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use integer;
use Carp;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '0.001_031';
$VERSION = '0.001_032';
$STRING_VERSION = $VERSION;
## no critic (BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion r2/lib/Marpa/R2/Recognizer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use integer;
use English qw( -no_match_vars );

use vars qw($VERSION $STRING_VERSION);
$VERSION = '0.001_031';
$VERSION = '0.001_032';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion r2/lib/Marpa/R2/Value.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use strict;
use integer;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '0.001_031';
$VERSION = '0.001_032';
$STRING_VERSION = $VERSION;
## no critic (BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down

0 comments on commit 0678964

Please sign in to comment.