Skip to content

Commit

Permalink
Bump version, other packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Kegler authored and Jeffrey Kegler committed Mar 14, 2012
1 parent 484781c commit 9565d40
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 30 deletions.
8 changes: 7 additions & 1 deletion Makefile
Expand Up @@ -21,7 +21,13 @@ basic_test:
(cd r2 && ./Build test)

full_test: etc_make
(cd r2/etc && make) 2>&1 | tee full_test.out
(cd r2; \
./Build realclean; \
perl Build.PL; \
./Build; \
./Build distmeta; \
./Build test) 2>&1 | \
tee full_test.out

install:
(cd r2/libmarpa/dev; make install)
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions r2/Changes
Expand Up @@ -15,6 +15,7 @@

Revision history for Marpa::R2

0.001_023 Wed Mar 14 11:27:23 PDT 2012
0.001_022 Sat Mar 10 10:15:19 PST 2012
0.001_021 Fri Feb 17 16:36:52 PST 2012
0.001_020 Thu Feb 16 08:42:06 PST 2012
Expand Down
23 changes: 12 additions & 11 deletions r2/META.json
Expand Up @@ -49,12 +49,13 @@
"build" : {
"requires" : {
"ExtUtils::CBuilder" : "0.27",
"ExtUtils::Depends" : "0.304",
"Test::More" : "0.94"
}
},
"configure" : {
"requires" : {
"ExtUtils::PkgConfig" : "1.12",
"ExtUtils::Depends" : "0.304",
"Glib" : "1.223",
"Module::Build" : "0.3601"
}
Expand All @@ -65,12 +66,12 @@
"HTML::Parser" : "3.64",
"HTML::PullParser" : "3.57",
"PPI" : "1.206",
"Test::Weaken" : "3.004000"
"Test::Weaken" : 0
},
"requires" : {
"Carp" : "1.08",
"Data::Dumper" : "2.125",
"ExtUtils::PkgConfig" : "1.12",
"ExtUtils::Depends" : "0.304",
"Glib" : "1.223",
"List::Util" : "1.21",
"Scalar::Util" : "1.21",
Expand All @@ -81,19 +82,19 @@
"provides" : {
"Marpa::R2" : {
"file" : "lib/Marpa/R2.pm",
"version" : "0.001_022"
"version" : "0.001_023"
},
"Marpa::R2::Grammar" : {
"file" : "lib/Marpa/R2/Grammar.pm",
"version" : "0.001_022"
"version" : "0.001_023"
},
"Marpa::R2::HTML" : {
"file" : "html/lib/Marpa/R2/HTML.pm",
"version" : "0.001_022"
"version" : "0.001_023"
},
"Marpa::R2::HTML::Callback" : {
"file" : "html/lib/Marpa/R2/HTML/Callback.pm",
"version" : "0.001_022"
"version" : "0.001_023"
},
"Marpa::R2::HTML::Internal" : {
"file" : "html/lib/Marpa/R2/HTML.pm",
Expand All @@ -105,7 +106,7 @@
},
"Marpa::R2::Internal" : {
"file" : "lib/Marpa/R2/Internal.pm",
"version" : "0.001_022"
"version" : "0.001_023"
},
"Marpa::R2::Internal::Grammar" : {
"file" : "lib/Marpa/R2/Grammar.pm",
Expand All @@ -121,11 +122,11 @@
},
"Marpa::R2::Recognizer" : {
"file" : "lib/Marpa/R2/Recognizer.pm",
"version" : "0.001_022"
"version" : "0.001_023"
},
"Marpa::R2::Value" : {
"file" : "lib/Marpa/R2/Value.pm",
"version" : "0.001_022"
"version" : "0.001_023"
}
},
"release_status" : "testing",
Expand All @@ -134,5 +135,5 @@
"url" : "git://github.com/jeffreykegler/Marpa-R2.git"
}
},
"version" : "0.001_022"
"version" : "0.001_023"
}
23 changes: 12 additions & 11 deletions r2/META.yml
Expand Up @@ -4,9 +4,10 @@ author:
- 'Jeffrey Kegler'
build_requires:
ExtUtils::CBuilder: 0.27
ExtUtils::Depends: 0.304
Test::More: 0.94
configure_requires:
ExtUtils::PkgConfig: 1.12
ExtUtils::Depends: 0.304
Glib: 1.223
Module::Build: 0.3601
dynamic_config: 1
Expand Down Expand Up @@ -47,16 +48,16 @@ no_index:
provides:
Marpa::R2:
file: lib/Marpa/R2.pm
version: 0.001_022
version: 0.001_023
Marpa::R2::Grammar:
file: lib/Marpa/R2/Grammar.pm
version: 0.001_022
version: 0.001_023
Marpa::R2::HTML:
file: html/lib/Marpa/R2/HTML.pm
version: 0.001_022
version: 0.001_023
Marpa::R2::HTML::Callback:
file: html/lib/Marpa/R2/HTML/Callback.pm
version: 0.001_022
version: 0.001_023
Marpa::R2::HTML::Internal:
file: html/lib/Marpa/R2/HTML.pm
version: 0
Expand All @@ -65,7 +66,7 @@ provides:
version: 0
Marpa::R2::Internal:
file: lib/Marpa/R2/Internal.pm
version: 0.001_022
version: 0.001_023
Marpa::R2::Internal::Grammar:
file: lib/Marpa/R2/Grammar.pm
version: 0
Expand All @@ -77,24 +78,24 @@ provides:
version: 0
Marpa::R2::Recognizer:
file: lib/Marpa/R2/Recognizer.pm
version: 0.001_022
version: 0.001_023
Marpa::R2::Value:
file: lib/Marpa/R2/Value.pm
version: 0.001_022
version: 0.001_023
recommends:
HTML::Entities: 3.68
HTML::Parser: 3.64
HTML::PullParser: 3.57
PPI: 1.206
Test::Weaken: 3.004000
Test::Weaken: 0
requires:
Carp: 1.08
Data::Dumper: 2.125
ExtUtils::PkgConfig: 1.12
ExtUtils::Depends: 0.304
Glib: 1.223
List::Util: 1.21
Scalar::Util: 1.21
Task::Weaken: 0
resources:
repository: git://github.com/jeffreykegler/Marpa-R2.git
version: 0.001_022
version: 0.001_023
2 changes: 1 addition & 1 deletion r2/html/lib/Marpa/R2/HTML.pm
Expand Up @@ -20,7 +20,7 @@ use strict;
use warnings;

use vars qw( $VERSION $STRING_VERSION );
$VERSION = '0.001_022';
$VERSION = '0.001_023';
$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
Expand Up @@ -21,7 +21,7 @@ use integer;
package Marpa::R2::HTML::Callback;

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

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

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

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

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

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

0 comments on commit 9565d40

Please sign in to comment.