Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CPAN Release 0.79
- Windows fixes. Mithaldu++
  • Loading branch information
ingydotnet committed Feb 18, 2015
1 parent a1b40fd commit 4441dbb
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 41 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
@@ -1,10 +1,10 @@
# DO NOT EDIT
#
# This .travis.yml file generated by Zilla-Dist-0.0.174.
# This .travis.yml file generated by Zilla-Dist-0.0.189.
#
# To update it, run:
#
# > zild make update
# > zild update
#

language: perl
Expand All @@ -27,11 +27,10 @@ install:
Test::Warn

script:
- test -e test &&
- true && [ ! -e test/ ] ||
PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine
prove -lv test/
|| true
- test -e test && cover || true
- true && [ ! -e test/ ] || cover

after_success:
- cover -report coveralls
Expand Down
6 changes: 3 additions & 3 deletions About
Expand Up @@ -3,11 +3,11 @@ About Inline

This repository contains the source code for the Perl 5 module distribution:

Inline — "Write Perl subroutines in other programming languages"
Inline — "Write Perl Subroutines in Other Programming Languages"

by Ingy döt Net

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

License
-------
Expand Down Expand Up @@ -92,4 +92,4 @@ for up-to-date instructions.



# This file generated by Zilla-Dist-0.0.174
# This file generated by Zilla-Dist-0.0.189
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.79
date: Tue Feb 17 16:16:55 PST 2015
changes:
- Windows fixes. Mithaldu++
---
version: 0.78
date: Tue Dec 2 15:21:30 EST 2014
changes:
Expand Down
6 changes: 3 additions & 3 deletions Meta
@@ -1,12 +1,12 @@
=meta: 0.0.2

name: Inline
version: 0.78
abstract: Write Perl subroutines in other programming languages
version: 0.79
abstract: Write Perl Subroutines in Other Programming Languages
homepage: https://metacpan.org/release/Inline
language: perl
license: perl
copyright: 2000-2014
copyright: 2000-2015

author:
name: Ingy döt Net
Expand Down
37 changes: 19 additions & 18 deletions ReadMe.pod
@@ -1,20 +1,21 @@
=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.38.
See http://github.com/ingydotnet/swim-pm#readme

=encoding utf8

=head1 NAME
=head1 Name

Inline - Write Perl Subroutines in Other Programming Languages

=for html
<a href="https://travis-ci.org/ingydotnet/inline-pm"><img src="https://travis-ci.org/ingydotnet/inline-pm.png" alt="inline-pm"></a>
<a href="https://coveralls.io/r/ingydotnet/inline-pm?branch=master"><img src="https://coveralls.io/repos/ingydotnet/inline-pm/badge.png" alt="inline-pm"></a>
=head1 Version

=head1 SYNOPSIS
This document describes L<Inline> version B<0.79>.
";

=head1 Synopsis

use Inline C;

Expand All @@ -31,7 +32,7 @@ Inline - Write Perl Subroutines in Other Programming Languages
return x - y;
}

=head1 DESCRIPTION
=head1 Description

The Inline module allows you to put source code from other programming
languages directly "inline" in a Perl script or module. The code is
Expand Down Expand Up @@ -133,7 +134,7 @@ create your own ILSM.

=back

=head1 USING THE INLINE.PM MODULE
=head1 Using the Inline.pm Module

Inline is a little bit different than most of the Perl modules that you are
used to. It doesn't import any functions into your namespace and it doesn't
Expand Down Expand Up @@ -568,7 +569,7 @@ Whenever you add a new ILSM, you should delete this file so that Inline will
auto-discover your newly installed language module. (This should no longer be
necessary as of Inline-0.49.)

=head1 CONFIGURATION OPTIONS
=head1 Configuration Options

This section lists all of the generic Inline configuration options. For
language specific configuration, see the doc for that language.
Expand Down Expand Up @@ -752,7 +753,7 @@ This option tells Inline whether to print certain warnings. Default is 1.

=back

=head1 INLINE CONFIGURATION SHORTCUTS
=head1 Inline Configuration Shortcuts

This is a list of all the shortcut configuration options currently available
for Inline. Specify them from the command line when running Inline scripts.
Expand Down Expand Up @@ -828,7 +829,7 @@ create modules with Inline.

=item C<_testing>

Used internally by C/tI<09parser.t and C>t/10callback.t(in the Inline::C test
Used internally by CI<t>09parser.t and CI<t>10callback.t(in the Inline::C test
suite). Setting this option with Inline::C will mean that files named
C<parser_id> and C<void_test> are created in the C<./Inline_test> directory,
creating that directory if it doesn't already exist. The files (but not the
Expand Down Expand Up @@ -859,7 +860,7 @@ Tells Inline to report its release version.

=back

=head1 WRITING MODULES WITH INLINE
=head1 Writing Modules with Inline

Writing CPAN modules that use C code is easy with Inline. Let's say that you
wanted to write a module called C<Math::Simple>. Start by using the
Expand Down Expand Up @@ -976,7 +977,7 @@ Actually, don't listen to me, go read these:

=back

=head1 HOW INLINE WORKS
=head1 How Inline Works

In reality, Inline just automates everything you would need to do if you were
going to do it by hand (using XS, etc).
Expand Down Expand Up @@ -1129,7 +1130,7 @@ Other languages like Python and Java, provide their own loaders.

=back

=head1 SEE ALSO
=head1 See Also

For information about using Inline with C see L<Inline::C>.

Expand All @@ -1146,7 +1147,7 @@ Inline's mailing list is inline@perl.org

To subscribe, send email to inline-subscribe@perl.org

=head1 BUGS AND DEFICIENCIES
=head1 Bugs and Deficiencies

When reporting a bug, please do the following:

Expand All @@ -1160,17 +1161,17 @@ When reporting a bug, please do the following:

=back

=head1 AUTHOR
=head1 Author

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

Sisyphus <sisyphus@cpan.org> fixed some bugs and is current co-maintainer.

=head1 COPYRIGHT
=head1 Copyright

=over

=item * Copyright 2000-2014. Ingy döt Net.
=item * Copyright 2000-2015. Ingy döt Net.

=item * Copyright 2008, 2010-2014. Sisyphus.

Expand Down
9 changes: 2 additions & 7 deletions doc/Inline.swim
@@ -1,9 +1,4 @@
Inline
======

Write Perl Subroutines in Other Programming Languages

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

= Synopsis

Expand Down Expand Up @@ -1091,7 +1086,7 @@ Sisyphus <sisyphus@cpan.org> fixed some bugs and is current co-maintainer.

= Copyright

* Copyright 2000-2014. Ingy döt Net.
* Copyright 2000-2015. Ingy döt Net.
* Copyright 2008, 2010-2014. Sisyphus.

This program is free software; you can redistribute it and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion doc/Inline/API.swim
Expand Up @@ -383,7 +383,7 @@ Ingy döt Net <ingy@cpan.org>

= Copyright

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

Copyright 2008, 2010, 2011. Sisyphus.

Expand Down
2 changes: 1 addition & 1 deletion doc/Inline/Support.swim
Expand Up @@ -121,7 +121,7 @@ ingy döt Net <ingy@cpan.org>

= Copyright

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

Copyright 2008, 2010, 2011. Sisyphus.

Expand Down
2 changes: 1 addition & 1 deletion lib/Inline.pm
@@ -1,7 +1,7 @@
use strict; use warnings;
package Inline;

our $VERSION = '0.78';
our $VERSION = '0.79';

use Inline::denter;
use Config;
Expand Down
2 changes: 1 addition & 1 deletion lib/Inline/Foo.pm
Expand Up @@ -3,7 +3,7 @@ package Inline::Foo;

require Inline;
our @ISA = qw(Inline);
our $VERSION = '0.78';
our $VERSION = '0.79';

use Carp;
use File::Spec;
Expand Down
2 changes: 1 addition & 1 deletion lib/Inline/MakeMaker.pm
Expand Up @@ -6,7 +6,7 @@ use ExtUtils::MakeMaker();
use Carp;

our @EXPORT = qw(WriteMakefile WriteInlineMakefile);
our $VERSION = '0.78';
our $VERSION = '0.79';

sub WriteInlineMakefile {
carp <<EOF;
Expand Down

0 comments on commit 4441dbb

Please sign in to comment.