Skip to content

Commit

Permalink
CPAN Release 0.19
Browse files Browse the repository at this point in the history
- Update MANIFEST
- Support CPP correctly
  • Loading branch information
ingydotnet committed Dec 12, 2014
1 parent 4e97078 commit bbdb516
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changes
@@ -1,4 +1,10 @@
---
version: 0.19
date: Thu Dec 11 18:47:18 PST 2014
changes:
- Update MANIFEST
- Support CPP correctly
---
version: 0.18
date: Sun Dec 7 00:23:01 PST 2014
changes:
Expand Down
2 changes: 1 addition & 1 deletion Meta
@@ -1,7 +1,7 @@
=meta: 0.0.1

name: Inline-Module
version: 0.18
version: 0.19
abstract: Support for Inline-based CPAN Extension Modules
homepage: https://metacpan.org/release/Inline-Module

Expand Down
2 changes: 1 addition & 1 deletion lib/Inline/Module.pm
@@ -1,6 +1,6 @@
use strict; use warnings;
package Inline::Module;
our $VERSION = '0.18';
our $VERSION = '0.19';

use Config();
use File::Path();
Expand Down

0 comments on commit bbdb516

Please sign in to comment.