Skip to content

Commit

Permalink
zild update
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Dec 15, 2014
1 parent 709d786 commit 19778e4
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 60 deletions.
11 changes: 6 additions & 5 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.176.
#
# > make update
# To update it, run:
#
# > zild make update
#

language: perl
Expand All @@ -21,11 +23,10 @@ install:
Devel::Cover::Report::Coveralls

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
92 changes: 92 additions & 0 deletions About
@@ -0,0 +1,92 @@
About Alt-Acme-Math-XS-ZillaDist
================================

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

Alt-Acme-Math-XS-ZillaDist — "Math is HARD (faster)"

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 Alt-Acme-Math-XS-ZillaDist with this command:

cpanm Alt::Acme::Math::XS::ZillaDist

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/Alt-Acme-Math-XS-ZillaDist

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

The code for Alt-Acme-Math-XS-ZillaDist is hosted at GitHub. The URL is:

https://github.com/ingydotnet/alt-acme-math-xs-zilladist-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)

doc/ - Documentation directory.
.git/ - Git repository data.
lib/ - All the source code libraries (modules).

Resources
---------

Source - https://github.com/ingydotnet/alt-acme-math-xs-zilladist-pm
Release - https://metacpan.org/release/Alt-Acme-Math-XS-ZillaDist
Bugs - https://github.com/ingydotnet/alt-acme-math-xs-zilladist-pm/issues
Pulls - https://github.com/ingydotnet/alt-acme-math-xs-zilladist-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.176
55 changes: 0 additions & 55 deletions Contributing

This file was deleted.

0 comments on commit 19778e4

Please sign in to comment.