Skip to content

Commit

Permalink
CPAN Release 0.74
Browse files Browse the repository at this point in the history
- Windows fixes. Mithaldu++
  • Loading branch information
ingydotnet committed Feb 18, 2015
1 parent 05f97c6 commit 2acc951
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 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.186.
# This .travis.yml file generated by Zilla-Dist-0.0.189.
#
# To update it, run:
#
Expand Down
2 changes: 1 addition & 1 deletion About
Expand Up @@ -94,4 +94,4 @@ for up-to-date instructions.



# This file generated by Zilla-Dist-0.0.186
# This file generated by Zilla-Dist-0.0.189
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.74
date: Tue Feb 17 16:19:00 PST 2015
changes:
- Windows fixes. Mithaldu++
---
version: 0.73
date: Thu Jan 1 17:10:15 PST 2015
changes:
Expand Down
2 changes: 1 addition & 1 deletion Meta
@@ -1,7 +1,7 @@
=meta: 0.0.2

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

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

=encoding utf8
Expand All @@ -13,6 +13,11 @@ Inline::C - C Language Support for Inline
=for html
<a href="https://travis-ci.org/ingydotnet/inline-c-pm"><img src="https://travis-ci.org/ingydotnet/inline-c-pm.png" alt="inline-c-pm"></a>

=head1 Version

This document describes L<Inline::C> version B<0.74>.
";

=head1 Description

C<Inline::C> is a module that allows you to write Perl subroutines in C. Since
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.73';
our $VERSION = '0.74';

use Inline 0.56;
use Config;
Expand Down

0 comments on commit 2acc951

Please sign in to comment.