Navigation Menu

Skip to content

Commit

Permalink
CPAN Release 0.71
Browse files Browse the repository at this point in the history
- Make tests pass on Win32
  • Loading branch information
ingydotnet committed Dec 27, 2014
1 parent b9ce6d7 commit b09d5cf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
# DO NOT EDIT
#
# This .travis.yml file generated by Zilla-Dist-0.0.179.
# This .travis.yml file generated by Zilla-Dist-0.0.180.
#
# To update it, run:
#
Expand Down
2 changes: 1 addition & 1 deletion About
Expand Up @@ -93,4 +93,4 @@ for up-to-date instructions.



# This file generated by Zilla-Dist-0.0.179
# This file generated by Zilla-Dist-0.0.180
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.71
date: Sat Dec 27 00:44:20 PST 2014
changes:
- Make tests pass on Win32
---
version: 0.70
date: Fri Dec 26 21:43:44 PST 2014
changes:
Expand Down
2 changes: 1 addition & 1 deletion Meta
@@ -1,7 +1,7 @@
=meta: 0.0.2

name: Inline-C
version: 0.70
version: 0.71
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.70';
our $VERSION = '0.71';

use Inline 0.56;
use Config;
Expand Down

0 comments on commit b09d5cf

Please sign in to comment.