Menu

Tree [627ce0] master 0.32 /
 History

HTTPS access


File Date Author Commit
 demos 2012-12-31 RJ Clay RJ Clay [d30590] Correct the example scripts to reference 'FTN::...
 lib 2013-01-04 RJ Clay RJ Clay [777ac0] lib/FTN/JAM/TODO.pod as of 4 Jan 2013.
 t 2012-09-15 RJ Clay RJ Clay [6613cb] FTN::JAM v0.24
 .gitignore 2011-07-17 RJ Clay RJ Clay [6a4ecd] Merge from branch master-ftnpl.
 Changes 2013-01-04 RJ Clay RJ Clay [c898a4] The 'Changes' file for v0.32
 MANIFEST 2012-09-09 RJ Clay RJ Clay [501da4] FTN::JAM v0.20
 Makefile.PL 2013-01-04 RJ Clay RJ Clay [d81589] Set Minimum Perl version for module to '5.006'.
 README 2012-09-09 RJ Clay RJ Clay [abae51] Release FTN::JAM v0.15

Read Me

ftn-jam

This module can be used for operations related to JAM messagebases,
including the following:  creating or removing a messagebase, listing
the contents of a messagebase, adding a message to a messagebase, reading
a message in a messagebase, changing a message in a messagebase, or finding
a user in a messagebase.


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 FTN::JAM

You can also look for information at:

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

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/ftn-jam

    CPAN Ratings
        http://cpanratings.perl.org/d/ftn-jam

    Search CPAN
        http://search.cpan.org/dist/ftn-jam


COPYRIGHT AND LICENCE

Copyright (C) 2010-2012 Robert James Clay

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