Skip to content

Commit

Permalink
markdownify
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Jun 8, 2012
1 parent bb53673 commit 7dcb9d6
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 59 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ Makefile.PL
META.json
META.yml
ore-Beer-0.01.tar.gz
MANIFEST.bak
MANIFEST.SKIP.bak
8 changes: 4 additions & 4 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Build.PL
MANIFEST
README
lib/ore/Beer.pm
t/00-load.t
Makefile.PL
META.yml
MANIFEST
META.json
META.yml
README.md
t/00-load.t
15 changes: 15 additions & 0 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!include_default
# Avoid configuration metadata file
^MYMETA\.

# Avoid Module::Build generated and utility files.
\bBuild$
\bBuild.bat$
\b_build
\bBuild.COM$
\bBUILD.COM$
\bbuild.com$
^MANIFEST\.SKIP

# Avoid archives of this distribution
\bore-Beer-[\d\.\_]+
52 changes: 0 additions & 52 deletions README

This file was deleted.

41 changes: 38 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,39 @@
ore-Beer
========
# ore::Beer - Add Beer To Perl With Ease

perl -More::Beer

INSTALLATION

To install this module from source, run the following commands:

perl Build.PL
./Build
./Build test
./Build install

Or use cpanminus

cpanm ore::Beer

# Using ore::Beer

perl -More::Beer

# Documentation

After installing, you can find documentation for this module with the
perldoc command.

perldoc ore::Beer

You can also look for information at [metaCPAN](https://metacpan.org/module/ore::Beer)

# Copyright

Copyright (C) 2012 Jonathan "Duke" Leto

# License

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

Add Beer To Perl With Ease

0 comments on commit 7dcb9d6

Please sign in to comment.