Skip to content

Commit

Permalink
CPAN Release 0.28
Browse files Browse the repository at this point in the history
- Finish the documentation.
  • Loading branch information
ingydotnet committed Dec 22, 2014
1 parent 8e9164c commit 9e1712a
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.28
date: Mon Dec 22 15:22:46 PST 2014
changes:
- Finish the documentation.
---
version: 0.27
date: Sun Dec 21 00:28:22 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.27
version: 0.28
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.27';
our $VERSION = '0.28';
our $API_VERSION = 'v2';

use Carp 'croak';
Expand Down

0 comments on commit 9e1712a

Please sign in to comment.