public
Description: A Perl module for partners of the Stitcho.com service
Homepage:
Clone URL: git://github.com/melo/net-stitcho.git
melo (author)
Mon Oct 20 09:15:45 -0700 2008
commit  5d12f2932514801bedc77dea6f67a28c5321f36c
tree    7bf4e7085b5db38ab93a48c26fb4c9622b72f311
parent  83c20e6184ea5d2cc48d4856eae336db2cfb8000
net-stitcho / App-Stitcho
name age message
..
file .cvsignore Loading commit data...
file Changes
file MANIFEST
file Makefile.PL
file README
directory lib/
directory t/
App-Stitcho/README
App-Stitcho

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 to get an idea of the module's 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, run the following commands:

  perl Makefile.PL
  make
  make test
  make install

SUPPORT AND DOCUMENTATION

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

    perldoc App::Stitcho

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-Stitcho

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/App-Stitcho

    CPAN Ratings
        http://cpanratings.perl.org/d/App-Stitcho

    Search CPAN
        http://search.cpan.org/dist/App-Stitcho


COPYRIGHT AND LICENCE

Copyright (C) 2008 Pedro Melo

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