Skip to content

Commit

Permalink
CPAN Release 0.68
Browse files Browse the repository at this point in the history
- Fixups for Windows test 27, skip 26 on WinXP for now
  • Loading branch information
mohawk2 committed Dec 24, 2014
1 parent e247419 commit 392d378
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
@@ -1,10 +1,8 @@
# DO NOT EDIT
#
# This .travis.yml file generated by Zilla-Dist-0.0.174.
# This .travis.yml file generated by Zilla::Dist. To upgrade it, run:
#
# To update it, run:
#
# > zild make update
# > make update
#

language: perl
Expand Down
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.68
date: Wed Dec 24 09:14:31 GMT 2014
changes:
- Fixups for Windows test 27, skip 26 on WinXP for now
---
version: 0.67
date: Tue Nov 25 16:59:41 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.67
version: 0.68
abstract: C Language Support for Inline
homepage: https://metacpan.org/release/Inline-C
language: perl
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.67';
our $VERSION = '0.68';

use Inline 0.56;
use Config;
Expand Down

0 comments on commit 392d378

Please sign in to comment.