Skip to content

Commit

Permalink
CPAN Release 0.04
Browse files Browse the repository at this point in the history
- Update Meta
  • Loading branch information
ingydotnet committed Dec 25, 2014
1 parent 14e7987 commit 9615834
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 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.176.
# This .travis.yml file generated by Zilla-Dist-0.0.179.
#
# To update it, run:
#
Expand Down
2 changes: 1 addition & 1 deletion About
Expand Up @@ -90,4 +90,4 @@ for up-to-date instructions.



# This file generated by Zilla-Dist-0.0.176
# This file generated by Zilla-Dist-0.0.179
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.04
date: Thu Dec 25 00:15:52 PST 2014
changes:
- Update Meta
---
version: 0.03
date: Thu Dec 18 11:15:52 PST 2014
changes:
Expand Down
6 changes: 3 additions & 3 deletions Meta
@@ -1,7 +1,7 @@
=meta: 0.0.2

name: Module-Build-InlineModule
version: 0.03
version: 0.04
abstract: Module::Build Support for Inline::Module
homepage: https://metacpan.org/release/Module-Build-InlineModule
language: perl
Expand All @@ -23,5 +23,5 @@ devel:

requires:
perl: 5.8.1
Inline::Module: 0.25
Module::Build: 0
Inline::Module: 0.30
Module::Build: 0.4210
2 changes: 1 addition & 1 deletion lib/Module/Build/InlineModule.pm
@@ -1,6 +1,6 @@
use strict; use warnings;
package Module::Build::InlineModule;
our $VERSION = '0.03';
our $VERSION = '0.04';

use base 'Module::Build';
__PACKAGE__->add_property('inline');
Expand Down

0 comments on commit 9615834

Please sign in to comment.