Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Packaging
  • Loading branch information
Jeffrey Kegler authored and Jeffrey Kegler committed Jun 18, 2012
1 parent 305059a commit eea6938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions r2/Build.PL
Expand Up @@ -143,6 +143,7 @@ my $build = Marpa::R2::Build_Me->new(
create_readme => 0,
create_makefile_pl => 'small',
test_files => [ map { glob $_ } qw(t/*.t html/t/*.t) ],
getoptions => { Dev => {} },
);

$build->create_build_script;
2 changes: 1 addition & 1 deletion r2/inc/Marpa/R2/Build_Me.pm
Expand Up @@ -160,7 +160,7 @@ sub marpa_infer_xs_spec {
sub process_xs {
my ( $self, $xs_file ) = @_;

my $development_mode = defined $self->args('dev');
my $development_mode = $self->args('Dev');

my $spec = marpa_infer_xs_spec( $self, $xs_file );

Expand Down

0 comments on commit eea6938

Please sign in to comment.