Skip to content

Commit

Permalink
CPAN Release 0.20
Browse files Browse the repository at this point in the history
- Refactor handle_distdir to support dzil plugin and other external calls
  • Loading branch information
ingydotnet committed Dec 13, 2014
1 parent 26cc216 commit 2681c58
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.20
date: Fri Dec 12 19:17:54 EST 2014
changes:
- Refactor handle_distdir to support dzil plugin and other external calls
---
version: 0.19
date: Thu Dec 11 18:47:18 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.19
version: 0.20
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.19';
our $VERSION = '0.20';

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

0 comments on commit 2681c58

Please sign in to comment.