Skip to content

Commit

Permalink
CPAN Release 0.70
Browse files Browse the repository at this point in the history
- Windows depends on Win32::Mutex now
  • Loading branch information
ingydotnet committed Dec 27, 2014
1 parent e9a7aa3 commit 425eaca
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.70
date: Fri Dec 26 21:43:44 PST 2014
changes:
- Windows depends on Win32::Mutex now
---
version: 0.69
date: Fri Dec 26 23:13:52 GMT 2014
changes:
Expand Down
8 changes: 6 additions & 2 deletions Meta
@@ -1,7 +1,7 @@
=meta: 0.0.2

name: Inline-C
version: 0.69
version: 0.70
abstract: C Language Support for Inline
homepage: https://metacpan.org/release/Inline-C
language: perl
Expand All @@ -25,11 +25,15 @@ devel:
requires:
perl: 5.8.1
File::Spec: 0.8
Inline: 0.77
Inline: 0.78
Parse::RecDescent: 1.80
Pegex: 0.55
ExtUtils::MakeMaker: 7.00

win32:
requires:
Win32::Mutex: 1.09

test:
requires:
autodie: 0
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.69';
our $VERSION = '0.70';

use Inline 0.56;
use Config;
Expand Down

0 comments on commit 425eaca

Please sign in to comment.