Skip to content

Commit

Permalink
CPAN Release 0.03
Browse files Browse the repository at this point in the history
- Update Meta
- Remove IO::All dep
  • Loading branch information
ingydotnet committed Dec 25, 2014
1 parent b2436b9 commit ab597fc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .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 All @@ -22,7 +22,6 @@ install:
- cpanm --quiet --notest
Devel::Cover::Report::Coveralls
Inline::Module
IO::All
Module::Install

script:
Expand Down
2 changes: 1 addition & 1 deletion About
Expand Up @@ -89,4 +89,4 @@ for up-to-date instructions.



# This file generated by Zilla-Dist-0.0.176
# This file generated by Zilla-Dist-0.0.179
6 changes: 6 additions & 0 deletions Changes
@@ -1,4 +1,10 @@
---
version: 0.03
date: Thu Dec 25 00:16:47 PST 2014
changes:
- Update Meta
- Remove IO::All dep
---
version: 0.02
date: Thu Dec 18 11:20:02 PST 2014
changes:
Expand Down
7 changes: 3 additions & 4 deletions Meta
@@ -1,7 +1,7 @@
=meta: 0.0.2

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

requires:
perl: 5.8.1
IO::All: 0
Inline::Module: 0
Module::Install: 1.10
Inline::Module: 0.30
Module::Install: 1.14
2 changes: 1 addition & 1 deletion lib/Module/Install/InlineModule.pm
@@ -1,6 +1,6 @@
use strict; use warnings;
package Module::Install::InlineModule;
our $VERSION = '0.02';
our $VERSION = '0.03';

use base 'Module::Install::Base';
use Inline::Module();
Expand Down

0 comments on commit ab597fc

Please sign in to comment.