Skip to content

Commit

Permalink
add Changes, README, .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
shelling committed Apr 2, 2009
1 parent 8f3d282 commit 18c9ab1
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,11 @@
*~
*.swp
META.yml
Makefile
Makefile.PL
Makefile.old
inc/
blib/
.build
Class-Implant-*/
Class-Implant-*.tar.gz
6 changes: 6 additions & 0 deletions Changes
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,6 @@
Revision history for Perl extension Class::Implant.

0.01 Thu Apr 2 18:34:43 2009
- original version; created by h2xs 1.23 with options
-X -n Class::Implant

37 changes: 37 additions & 0 deletions README
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,37 @@
Class-Implant
=============

The README is used to introduce the module and provide instructions on
how to install the module, any machine dependencies it may have (for
example C compilers and installed libraries) and any other information
that should be provided before the module is installed.

A README file is required for CPAN modules since CPAN extracts the
README file from a module distribution so that people browsing the
archive can use it get an idea of the modules uses. It is usually a
good idea to provide version information here so that people can
decide whether fixes for the module are worth downloading.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

This module requires these other modules and libraries:

blah blah blah

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2009 by shelling

MIT(X11) Licence

0 comments on commit 18c9ab1

Please sign in to comment.