Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CPAN Release 0.0.5
- Switch irc channel in Meta
  • Loading branch information
ingydotnet committed Oct 30, 2014
1 parent d6ea821 commit 5bc7d55
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -35,7 +35,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
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.0.5
date: Thu Oct 30 20:31:20 UTC 2014
changes:
- Switch irc channel in Meta
---
version: 0.0.4
date: Thu Oct 30 20:28:22 UTC 2014
changes:
Expand Down
2 changes: 1 addition & 1 deletion Contributing
Expand Up @@ -46,7 +46,7 @@ IRC

Acme-Math-XS has an IRC channel where you can find real people to help you:

irc.freenode.net#pkg
irc.perl.org#inline

Join the channel. Join the team!

Expand Down
4 changes: 2 additions & 2 deletions Meta
@@ -1,7 +1,7 @@
=meta: 0.0.2

name: Acme-Math-XS
version: 0.0.4
version: 0.0.5
abstract: Math is HARD (faster)
homepage: https://metacpan.org/release/Acme-Math-XS
language: perl
Expand All @@ -19,7 +19,7 @@ author:
devel:
git: https://github.com/ingydotnet/acme-math-xs-pm
bug: https://github.com/ingydotnet/acme-math-xs-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/Acme/Math/XS.pm
@@ -1,6 +1,6 @@
use strict; use warnings;
package Acme::Math::XS;
our $VERSION = '0.0.4';
our $VERSION = '0.0.5';

use Exporter 'import';
our @EXPORT = qw(
Expand Down
2 changes: 1 addition & 1 deletion lib/Acme/Math/XS/Inline.pm
Expand Up @@ -3,7 +3,7 @@ use warnings;
package Acme::Math::XS::Inline;

# TODO: Make sure this is latest version (self-check).
our $INLINE_VERSION = '0.0.4';
our $INLINE_VERSION = '0.0.5';

use File::Path;
BEGIN { File::Path::mkpath('./blib') unless -d './blib' }
Expand Down

0 comments on commit 5bc7d55

Please sign in to comment.