jfenal-zz / RHNC

Red Hat Network Satellite Client

Home Page:http://search.cpan.org/~jfenal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RHNC - Red Hat Network Satellite Client

These modules provide an OO-interface to the XMLRPC connector of Red Hat
Network Satellite.

INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

Alternatively, you can use the old Makefile.PL stance:

    perl Makefile.PL
    make
    make test
    make install

For testing, you will currently need a valid Satellite or Spacewalk
connexion, to document in either /etc/satellite_api.conf or
$HOME/.rhnrc to set up as documented in the RHNC module.

In order to test coverage, you will need not only Devel::Cover, but
also a special invocation to make it work:

    ./Build testcover

If you need to test coverage for a specific test, use the PERL5OPT
manner :

    PERL5OPT=-MDevel::Cover perl t/test-script.t

SUPPORT AND DOCUMENTATION

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

    perldoc RHNC

You can also look for information at:

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

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/RHNC

    CPAN Ratings
        http://cpanratings.perl.org/d/RHNC

    Search CPAN
        http://search.cpan.org/dist/RHNC/


COPYRIGHT AND LICENCE

Copyright (C) 2010 Jérôme Fenal

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

About

Red Hat Network Satellite Client

http://search.cpan.org/~jfenal/


Languages

Language:Perl 100.0%