Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release engineering
  • Loading branch information
egiles committed Mar 14, 2014
1 parent 685ae5f commit 2829c7b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions Changes
@@ -1,5 +1,13 @@
Revision history for Perl extension Test-Compile

0.25 2014-XX-XX (Evan Giles <egiles@cpan.org>)
- Add diagnostics on compilation failure (Micheal G. Schwern)
- require, don't use (Micheal G. Schwern)
- Test for truth, not an integer. (Micheal G. Schwern)
- Small POD fix (Micheal G. Schwern)

OS X is not a crazy OS from a redirection POV

0.24 2013 02 22 (Evan Giles <egiles@cpan.org>)
- Update POD to explain more problems with Test::Compile

Expand Down
4 changes: 2 additions & 2 deletions README
Expand Up @@ -2,7 +2,7 @@ DESCRIPTION
Test::Compile is a Perl module that lets you check whether a Perl module
or script compiles properly, and report its results in standard
Test::Simple fashion. It can test all Perl modules in a distribution, as
well as single module or script files.
well as single module or script files.

DEPENDANCIES
Requires perl v5.6.0, and
Expand All @@ -17,7 +17,7 @@ INSTALLATION
./Build install

COPYRIGHT AND LICENSE
Copyright 2007-2013.
Copyright 2007-2014.

This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
2 changes: 1 addition & 1 deletion lib/Test/Compile.pm
Expand Up @@ -7,7 +7,7 @@ use strict;
use UNIVERSAL::require;
use Test::Compile::Internal;

our $VERSION = '0.24';
our $VERSION = '0.25';
my $Test = Test::Compile::Internal->new();
_verbose(1);

Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Compile/Internal.pm
Expand Up @@ -8,7 +8,7 @@ use File::Spec;
use UNIVERSAL::require;
use Test::Builder;

our $VERSION = '0.24';
our $VERSION = '0.25';

=head1 NAME
Expand Down

0 comments on commit 2829c7b

Please sign in to comment.