Menu

Tree [626699] master develop /
 History

HTTPS access


File Date Author Commit
 demos 2012-12-31 RJ Clay RJ Clay [d30590] Correct the example scripts to reference 'FTN::...
 lib 2012-12-31 RJ Clay RJ Clay [fd6a61] TODO.pod as of 31 December 2012.
 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 2012-12-31 RJ Clay RJ Clay [239eb6] Changes for version v0.31.
 MANIFEST 2012-09-09 RJ Clay RJ Clay [501da4] FTN::JAM v0.20
 Makefile.PL 2012-09-09 RJ Clay RJ Clay [658c14] FTN::JAM v0.19
 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.