Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CPAN Release 0.66
- Make test/pegex-parser.t less fragile on fail
- No CPAN index of Inline::C::Parser classes
  • Loading branch information
mohawk2 committed Nov 17, 2014
1 parent 41e13f8 commit 175800c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -20,6 +20,7 @@ install:
- cpanm --quiet --notest
Devel::Cover::Report::Coveralls
autodie
ExtUtils::MakeMaker
File::Copy::Recursive
File::Spec
Inline
Expand Down
6 changes: 6 additions & 0 deletions Changes
@@ -1,4 +1,10 @@
---
version: 0.66
date: Mon Nov 17 06:09:54 GMT 2014
changes:
- Make test/pegex-parser.t less fragile on fail
- No CPAN index of Inline::C::Parser classes
---
version: 0.65
date: Tue Nov 4 04:23:45 GMT 2014
changes:
Expand Down
2 changes: 1 addition & 1 deletion Meta
@@ -1,7 +1,7 @@
=meta: 0.0.2

name: Inline-C
version: 0.65
version: 0.66
abstract: C Language Support for Inline
homepage: https://metacpan.org/release/Inline-C
language: perl
Expand Down
2 changes: 1 addition & 1 deletion ReadMe.pod
@@ -1,7 +1,7 @@
=pod

=for comment
DO NOT EDIT. This Pod was generated by Swim.
DO NOT EDIT. This Pod was generated by Swim v0.1.31.
See http://github.com/ingydotnet/swim-pm#readme

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Inline/C.pm
@@ -1,6 +1,6 @@
use strict; use warnings;
package Inline::C;
our $VERSION = '0.65';
our $VERSION = '0.66';

use Inline 0.56;
use Config;
Expand Down

0 comments on commit 175800c

Please sign in to comment.