Skip to content

Commit

Permalink
Import of EGILES/Test-Compile-0.16_1 from CPAN.
Browse files Browse the repository at this point in the history
gitpan-cpan-distribution: Test-Compile
gitpan-cpan-version:      0.16_1
gitpan-cpan-path:         EGILES/Test-Compile-0.16_1.tar.gz
gitpan-cpan-author:       EGILES
gitpan-cpan-maturity:     developer
  • Loading branch information
egiles authored and Gitpan committed Oct 26, 2014
1 parent 2713a2b commit aef8b0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
Revision history for Perl extension Test-Compile

0.16.1 2012.02.23 (Evan Giles <egiles@cpan.org>)
0.16_1 2012.02.23 (Evan Giles <egiles@cpan.org>)
- Reapply patches from Nicholas Bamber (rt55837 & rt72557)

0.16 2012.02.21 (Evan Giles <egiles@cpan.org>)
Expand Down
4 changes: 2 additions & 2 deletions META.yml
@@ -1,6 +1,6 @@
---
name: Test-Compile
version: v0.16.1
version: 0.16_1
author:
- 'Evan Giles <egiles@cpan.org>'
abstract: Check whether Perl module files compile correctly
Expand All @@ -18,7 +18,7 @@ configure_requires:
provides:
Test::Compile:
file: lib/Test/Compile.pm
version: v0.16.1
version: 0.16_1
generated_by: Module::Build version 0.340201
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Compile.pm
Expand Up @@ -8,7 +8,7 @@ use Test::Builder;
use File::Spec;
use UNIVERSAL::require;

our $VERSION = '0.16.1';
our $VERSION = '0.16_1';
my $Test = Test::Builder->new;

sub import {
Expand Down

0 comments on commit aef8b0c

Please sign in to comment.