Skip to content

Commit

Permalink
CPAN Release 0.78
Browse files Browse the repository at this point in the history
- Apply PR#66 (TINITA++)
  Remove system calls `rm` and `diff`
  • Loading branch information
perlpunk committed May 30, 2017
1 parent 441dff7 commit 4ceea39
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -25,9 +25,9 @@ install:
autodie
ExtUtils::MakeMaker
File::Copy::Recursive
File::Path
File::Spec
Inline
IO::All
Parse::RecDescent
Pegex
Test::More
Expand Down
8 changes: 7 additions & 1 deletion Changes
@@ -1,8 +1,14 @@
---
version: 0.78
date: Tue 30 May 22:56:30 CEST 2017
changes:
- Apply PR#66 (TINITA++)
Remove system calls `rm` and `diff`
---
version: 0.77
date: Fri 12 May 17:57:36 CEST 2017
changes:
- Apply PR#63 (@mohawk2)
- Apply PR#63 (@mohawk2++)
---
version: 0.76
date: Wed Jul 1 08:09:50 PDT 2015
Expand Down
2 changes: 1 addition & 1 deletion Meta
@@ -1,7 +1,7 @@
=meta: 0.0.2

name: Inline-C
version: 0.77
version: 0.78
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
Expand Up @@ -15,7 +15,7 @@ Inline::C - C Language Support for Inline

=head1 Version

This document describes L<Inline::C> version B<0.77>.
This document describes L<Inline::C> version B<0.78>.

=head1 Description

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.77';
our $VERSION = '0.78';

use Inline 0.56;
use Config;
Expand Down

0 comments on commit 4ceea39

Please sign in to comment.