descriptionPerl API to oFono
ownerrehsack@cpan.org
last changeWed, 4 Jul 2012 13:30:57 +0000 (4 15:30 +0200)
content tags
add:
README
Net-oFono

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 Build.PL
	./Build
	./Build test
	./Build install

SUPPORT AND DOCUMENTATION

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

    perldoc Net::oFono

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-oFono

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Net-oFono

    CPAN Ratings
        http://cpanratings.perl.org/d/Net-oFono

    Search CPAN
        http://search.cpan.org/dist/Net-oFono/


LICENSE AND COPYRIGHT

Copyright (C) 2012 Jens Rehsack

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.
shortlog
2012-07-04 Jens Rehsackremark release datemasterv0.001
2012-07-04 Jens Rehsackexplicitely delete events to trigger on destruction
2012-07-04 Jens Rehsackallow extra events being handled
2012-07-04 Jens RehsackAllow dealing with managed objects (eg. Message objects...
2012-07-04 Jens RehsackBegin to solve chicken-egg problem for interfaces with...
2012-07-03 Jens Rehsackadd rough event documentation
2012-07-03 Jens Rehsackadd support etc. documentation
2012-07-03 Jens Rehsackupdate developer related documentation and minor code...
2012-07-03 Jens Rehsackignore list
2012-06-27 Jens Rehsackthe force might be strong in caller module, respect...
2012-06-13 Jens Rehsacktry figure out where leaking objects came from
2012-06-13 Jens Rehsackadd documentation and clean up some code parts during...
2012-06-13 Jens Rehsackfix typo
2012-06-13 Jens Rehsackadd documentation and clean up some code parts during...
2012-06-13 Jens Rehsack- fix events when no PIN is available
2012-06-13 Jens Rehsackfix bug which removed instantiated interfaces
...
tags
11 years ago v0.001 Tagging initial release
heads
11 years ago master