Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CPAN Release 0.21
- Make handle_distdir return manifest added files
  • Loading branch information
ingydotnet committed Dec 13, 2014
1 parent f69d819 commit 706b213
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.21
date: Sat Dec 13 11:29:29 EST 2014
changes:
- Make handle_distdir return manifest added files
---
version: 0.20
date: Fri Dec 12 19:17:54 EST 2014
changes:
Expand Down
2 changes: 1 addition & 1 deletion Meta
@@ -1,7 +1,7 @@
=meta: 0.0.1

name: Inline-Module
version: 0.20
version: 0.21
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.20';
our $VERSION = '0.21';

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

0 comments on commit 706b213

Please sign in to comment.