Skip to content

Commit

Permalink
Switch Contributing to About
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Nov 24, 2014
1 parent 31ef00f commit b85fa34
Show file tree
Hide file tree
Showing 4 changed files with 1,282 additions and 64 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
============

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

Inline — "Write Perl subroutines in other programming languages"

by Ingy döt Net

Copyright 2000-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 with this command:

cpanm Inline

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

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

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

https://github.com/ingydotnet/inline-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:

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)

doc/ - Documentation directory.
ext/ - External dependency repos.
.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-pm
Release - https://metacpan.org/release/Inline
Bugs - https://github.com/ingydotnet/inline-pm/issues
Pulls - https://github.com/ingydotnet/inline-pm/pulls
IRC - irc.perl.org#inline
Email List - inline@perl.org

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
62 changes: 0 additions & 62 deletions Contributing

This file was deleted.

0 comments on commit b85fa34

Please sign in to comment.