Skip to content

Commit

Permalink
CPAN Release 0.34
Browse files Browse the repository at this point in the history
- Fix DEBUG with PR/30. mohawk++
  • Loading branch information
ingydotnet committed Feb 17, 2015
1 parent 4364abe commit 64df804
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.34
date: Tue Feb 17 07:17:10 PST 2015
changes:
- Fix DEBUG with PR/30. mohawk++
---
version: 0.33
date: Wed Dec 31 22:33:01 PST 2014
changes:
Expand Down
2 changes: 1 addition & 1 deletion Meta
@@ -1,7 +1,7 @@
=meta: 0.0.1

name: Inline-Module
version: 0.33
version: 0.34
abstract: Support for Inline-based CPAN Extension Modules
homepage: https://metacpan.org/release/Inline-Module
license: perl
Expand Down
11 changes: 7 additions & 4 deletions ReadMe.pod
@@ -1,7 +1,7 @@
=pod

=for comment
DO NOT EDIT. This Pod was generated by Swim v0.1.33.
DO NOT EDIT. This Pod was generated by Swim v0.1.38.
See http://github.com/ingydotnet/swim-pm#readme

=encoding utf8
Expand All @@ -13,6 +13,11 @@ Inline::Module - Support for Inline-based CPAN Extension Modules
=for html
<a href="https://travis-ci.org/ingydotnet/inline-module-pm"><img src="https://travis-ci.org/ingydotnet/inline-module-pm.png" alt="inline-module-pm"></a>

=head1 Version

This document describes L<Inline::Module> version B<0.34>.
";

=head1 Synopsis

In your module (say C<Acme::Math::XS>):
Expand Down Expand Up @@ -193,12 +198,10 @@ that there was already an Inline::Module on CPAN, by Ingy. The other one is to
but if that is not the case, contact INGY and he'll redo that one under
another name.

=head1 Authors
=head1 Author

Ingy döt Net <ingy@cpan.org>

David Oswald <davido@cpan.org>

=head1 Copyright and License

Copyright 2014-2015. Ingy döt Net.
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.33';
our $VERSION = '0.34';
our $API_VERSION = 'v2';

use Carp 'croak';
Expand Down

0 comments on commit 64df804

Please sign in to comment.