Skip to content

Commit

Permalink
Make indexed release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Kegler authored and Jeffrey Kegler committed Jul 10, 2014
1 parent 3af51da commit 822a8b8
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 27 deletions.
10 changes: 2 additions & 8 deletions cpan/Changes
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,12 @@

Revision history for Marpa::R2

2.087_002 (libmarpa 7.0.2) Sun Jul 6 19:52:09 PDT 2014
2.088000 (libmarpa 7.0.2) Thu Jul 10 10:04:02 PDT 2014

* Update Libmarpa; better install docs

2.087_001 (libmarpa 7.0.0) Fri Jul 4 10:31:34 PDT 2014
* Separated out Libmarpa

* New build procedure.

2.087_000 (libmarpa 6.1.1) Sat May 31 18:07:17 PDT 2014

* New series of developer's releases.

2.086000 (libmarpa 6.1.0) Sat May 31 16:25:53 PDT 2014

* Explicit core module dependencies
Expand Down
2 changes: 1 addition & 1 deletion cpan/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 = '2.087_002';
$VERSION = '2.088000';
$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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use strict;
package Marpa::R2::HTML::Callback;

use vars qw( $VERSION $STRING_VERSION );
$VERSION = '2.087_002';
$VERSION = '2.088000';
$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
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 = '2.087_002';
$VERSION = '2.088000';
$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
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 = '2.087_002';
$VERSION = '2.088000';
$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
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use warnings;
use Carp;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.087_002';
$VERSION = '2.088000';
$STRING_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion cpan/html/meta/make_internal_pm.pl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ package Marpa::R2::Internal;
use Carp;
use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.087_002';
$VERSION = '2.088000';
$STRING_VERSION = $VERSION;
$VERSION = eval $VERSION;
END_OF_HEADER
Expand Down
2 changes: 1 addition & 1 deletion cpan/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 = '2.087_002';
$VERSION = '2.088000';
$STRING_VERSION = $VERSION;
## no critic (BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/ASF.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use warnings;
no warnings qw(recursion);

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.087_002';
$VERSION = '2.088000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/Grammar.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ no warnings qw(recursion qw);
use strict;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.087_002';
$VERSION = '2.088000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/Internal.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use warnings;
use Carp;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.087_002';
$VERSION = '2.088000';
$STRING_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/MetaAST.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 = '2.087_002';
$VERSION = '2.088000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/MetaG.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 = '2.087_002';
$VERSION = '2.088000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/Recognizer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use strict;
use English qw( -no_match_vars );

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.087_002';
$VERSION = '2.088000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/SLG.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 = '2.087_002';
$VERSION = '2.088000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/SLR.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 = '2.087_002';
$VERSION = '2.088000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/Stuifzand.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 = '2.087_002';
$VERSION = '2.088000';
$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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use warnings;
use strict;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.087_002';
$VERSION = '2.088000';
$STRING_VERSION = $VERSION;
$VERSION = eval $VERSION;

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

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.087_002';
$VERSION = '2.088000';
$STRING_VERSION = $VERSION;
## no critic (BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/meta/make_internal_pm.pl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ package Marpa::R2::Internal;
use Carp;
use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.087_002';
$VERSION = '2.088000';
$STRING_VERSION = $VERSION;
$VERSION = eval $VERSION;
END_OF_HEADER
Expand Down

0 comments on commit 822a8b8

Please sign in to comment.