Skip to content

Commit

Permalink
CPAN Release 0.33
Browse files Browse the repository at this point in the history
- Update doc to use new Swim plugins
  • Loading branch information
ingydotnet committed Jan 1, 2015
1 parent 83ca6fd commit 896466e
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 49 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,10 +1,10 @@
# DO NOT EDIT
#
# This .travis.yml file generated by Zilla-Dist-0.0.181.
# This .travis.yml file generated by Zilla-Dist-0.0.184.
#
# To update it, run:
#
# > zild make update
# > zild update
#

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



# This file generated by Zilla-Dist-0.0.181
# This file generated by Zilla-Dist-0.0.184
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.33
date: Wed Dec 31 22:33:01 PST 2014
changes:
- Update doc to use new Swim plugins
---
version: 0.32
date: Tue Dec 30 16:38:48 EST 2014
changes:
Expand Down
14 changes: 8 additions & 6 deletions Meta
@@ -1,12 +1,12 @@
=meta: 0.0.1

name: Inline-Module
version: 0.32
version: 0.33
abstract: Support for Inline-based CPAN Extension Modules
homepage: https://metacpan.org/release/Inline-Module

license: perl
copyright: 2014
copyright: 2014-2015

author:
name: Ingy döt Net
email: ingy@cpan.org
Expand All @@ -15,6 +15,10 @@ author:
freenode: ingy
homepage: http://ingy.net

authors:
- name: David Oswald
email: davido@cpan.org

requires:
perl: 5.8.1
ExtUtils::CppGuess: 0 # For Inline::CPP. For now.
Expand All @@ -27,6 +31,4 @@ devel:
bug: https://github.com/ingydotnet/inline-module-pm/issues
irc: irc.perl.org#inline

=travis:
type: perl
irc: irc.perl.org#inline
badge: travis
33 changes: 14 additions & 19 deletions ReadMe.pod
@@ -1,20 +1,19 @@
=pod

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

=encoding utf8

=head1 NAME
=head1 Name

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>
<a href="https://coveralls.io/r/ingydotnet/inline-module-pm?branch=master"><img src="https://coveralls.io/repos/ingydotnet/inline-module-pm/badge.png" alt="inline-module-pm"></a>

=head1 SYNOPSIS
=head1 Synopsis

In your module (say C<Acme::Math::XS>):

Expand All @@ -39,7 +38,7 @@ In C<Makefile.PL>:
},
);

=head1 DESCRIPTION
=head1 Description

This module provides support and documentation for creating and maintaining
CPAN extension modules. ie Writing XS modules without having to learn XS.
Expand Down Expand Up @@ -100,7 +99,7 @@ distribution may break.

=back

=head1 STUB MODULE GENERATION
=head1 Stub Module Generation

During development, L<Inline::Module> needs to generate I<stub> modules. For
the case in the synopsis, it would need to generate C<Acme::Math::XS::Inline>.
Expand All @@ -112,7 +111,7 @@ You can also add C<< makestub => 1 >> to your C<Makefile.PL> inline section.
Every time you run C<perl Makefile.PL> as an author, the stubs will be
generated under the C<lib/> directory.

=head1 GENERATED FILES
=head1 Generated Files

When Inline is invoked it will use the C<.inline/> directory to do it. This is
temporary build cache directory. You may want to add C<.inline/> to your
Expand All @@ -123,14 +122,14 @@ want to consider committing them. Even though they are generated code, they
are very small and should almost never change. Committing them may be easier
for your collaborating developers.

=head1 TPF GRANT
=head1 TPF Grant

This module was written as the major portion of the work for a 2014 Perl
Foundation grant:

L<http://news.perlfoundation.org/2014/09/grant-proposal-inlinecpp-modul.html>

=head1 SEE
=head1 See Also

=over

Expand Down Expand Up @@ -186,27 +185,23 @@ And see these plugins for your favorite module framework:

=back

=head1 NOTE
=head1 Note

When this module was first created in November 2014, we belatedly realized
that there was already an Inline::Module on CPAN, by Ingy. The other one is to
"inline" one module inside another. It appears that nobody uses the old one,
but if that is not the case, contact INGY and he'll redo that one under
another name.

=head1 AUTHORS
=head1 Authors

=over

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

=item * David Oswald <davido@cpan.org>

=back
David Oswald <davido@cpan.org>

=head1 COPYRIGHT
=head1 Copyright and License

Copyright 2014. Ingy döt Net.
Copyright 2014-2015. Ingy döt Net.

This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
Expand Down
23 changes: 3 additions & 20 deletions doc/Inline/Module.swim
@@ -1,9 +1,4 @@
Inline::Module
==============

Support for Inline-based CPAN Extension Modules

<badge travis coveralls ingydotnet/inline-module-pm>
<<<cpan-head>>>

= Synopsis

Expand Down Expand Up @@ -118,7 +113,7 @@ Foundation grant:

http://news.perlfoundation.org/2014/09/grant-proposal-inlinecpp-modul.html

= See
= See Also

* [Inline::Module::Tutorial]
* [Inline]
Expand Down Expand Up @@ -152,16 +147,4 @@ 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.

= Authors

* Ingy döt Net <ingy@cpan.org>
* David Oswald <davido@cpan.org>

= Copyright

Copyright 2014. Ingy döt Net.

This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html
<<<cpan-tail>>>
2 changes: 1 addition & 1 deletion lib/Inline/Module.pm
@@ -1,6 +1,6 @@
use strict; use warnings;
package Inline::Module;
our $VERSION = '0.32';
our $VERSION = '0.33';
our $API_VERSION = 'v2';

use Carp 'croak';
Expand Down

0 comments on commit 896466e

Please sign in to comment.