Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CPAN Release 0.07
- Change IRC channel to irc.perl.org#inline
  • Loading branch information
ingydotnet committed Jan 2, 2015
1 parent 145bba8 commit f0974a3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -38,7 +38,7 @@ after_success:
notifications:
irc:
channels:
- irc.freenode.net#pkg
- irc.perl.org#inline
on_success: change
on_failure: always
skip_join: true
Expand Down
2 changes: 1 addition & 1 deletion About
Expand Up @@ -74,7 +74,7 @@ Resources
Release - https://metacpan.org/release/Dist-Zilla-Plugin-InlineModule
Bugs - https://github.com/ingydotnet/zilla-dist-pm/issues
Pulls - https://github.com/ingydotnet/zilla-dist-pm/pulls
IRC - irc.freenode.net#pkg
IRC - irc.perl.org#inline

Contributing
------------
Expand Down
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.07
date: Fri Jan 2 09:35:17 PST 2015
changes:
- Change IRC channel to irc.perl.org#inline
---
version: 0.06
date: Fri Jan 2 09:29:15 PST 2015
changes:
Expand Down
4 changes: 2 additions & 2 deletions Meta
@@ -1,7 +1,7 @@
=meta: 0.0.2

name: Dist-Zilla-Plugin-InlineModule
version: 0.06
version: 0.07
abstract: Dist::Zilla Plugin for Inline::Module
homepage: https://metacpan.org/release/Dist-Zilla-Plugin-InlineModule
language: perl
Expand All @@ -23,7 +23,7 @@ author:
devel:
git: https://github.com/ingydotnet/zilla-dist-pm
bug: https://github.com/ingydotnet/zilla-dist-pm/issues
irc: irc.freenode.net#pkg
irc: irc.perl.org#inline

requires:
perl: 5.8.1
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/InlineModule.pm
@@ -1,5 +1,5 @@
package Dist::Zilla::Plugin::InlineModule;
our $VERSION = '0.06';
our $VERSION = '0.07';

use Inline::Module();

Expand Down

0 comments on commit f0974a3

Please sign in to comment.