Skip to content

Commit

Permalink
CPAN Release 0.17
Browse files Browse the repository at this point in the history
- Change Contributing to About
  • Loading branch information
ingydotnet committed Nov 24, 2014
1 parent 68ef209 commit 075de76
Show file tree
Hide file tree
Showing 7 changed files with 107 additions and 61 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
@@ -1,8 +1,10 @@
# DO NOT EDIT
#
# This .travis.yml file generated by Zilla::Dist. To upgrade it, run:
# This .travis.yml file generated by Zilla-Dist-0.0.174.
#
# > make update
# To update it, run:
#
# > zild make update
#

language: perl
Expand Down
94 changes: 94 additions & 0 deletions About
@@ -0,0 +1,94 @@
About Inline-Module
===================

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

Inline-Module — "Support for Inline-based CPAN Extension Modules"

by Ingy döt Net

Copyright 2014. Ingy döt Net.

License
-------

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

Installation
------------

You can install the latest release of Inline-Module with this command:

cpanm Inline::Module

If you don't have `cpanm` yet, installation is simple. See:

https://metacpan.org/pod/App::cpanminus#INSTALLATION

Or get the release information directly from:

https://metacpan.org/release/Inline-Module

Open Source
-----------

The code for Inline-Module is hosted at GitHub. The URL is:

https://github.com/ingydotnet/inline-module-pm

This project uses the Zilla-Dist framework for development and release
automation. You install it with:

cpanm -n Zilla::Dist # -n means "no test" which can save a lot of time

Once installed, run `zild make` to get a list of all the things you can do.
See https://metacpan.org/pod/distribution/Zilla-Dist/lib/Zilla/Dist.pod for
more information.

NOTE: If you just want to run the tests without installing Zilla::Dist, use:

prove -lv test/

Repository Layout
-----------------

This repoository contains the following top level files and directories:

About - This file describing the repository. (generated)
Changes - Change log file in YAML.
Meta - All metadata for the project.
ReadMe.pod - Top level ReadMe file for GitHub. (generated)
.travis.yml - Travis CI test control file. (generated)

bin/ - Directory of installable scripts.
doc/ - Documentation directory.
.git/ - Git repository data.
lib/ - All the source code libraries (modules).
note/ - Random note files. To-Do lists, specs, etc.

Resources
---------

Source - https://github.com/ingydotnet/inline-module-pm
Release - https://metacpan.org/release/Inline-Module
Bugs - https://github.com/ingydotnet/inline-module-pm/issues
Pulls - https://github.com/ingydotnet/inline-module-pm/pulls
IRC - irc.perl.org#inline

Contributing
------------

If you would like to contribute to this project, please read:

https://metacpan.org/pod/Zilla::Dist::Contributing

for up-to-date instructions.





# This file generated by Zilla-Dist-0.0.174
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.17
date: Mon Nov 24 10:27:25 PST 2014
changes:
- Change Contributing to About
---
version: 0.16
date: Sat Nov 22 07:29:34 UTC 2014
changes:
Expand Down
55 changes: 0 additions & 55 deletions Contributing

This file was deleted.

4 changes: 2 additions & 2 deletions Meta
@@ -1,12 +1,12 @@
=meta: 0.0.1

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

license: perl
copyright: 2014. Ingy döt Net.
copyright: 2014
author:
name: Ingy döt Net
email: ingy@cpan.org
Expand Down
2 changes: 1 addition & 1 deletion ReadMe.pod
@@ -1,7 +1,7 @@
=pod

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

=encoding utf8
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.16';
our $VERSION = '0.17';

use Config;
use File::Path;
Expand Down

0 comments on commit 075de76

Please sign in to comment.