Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    MooseX::Role::XMLRPC::Client 0.04

    Download button

    No screenshots available
    Downloads: 174  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Chris Weyl | More programs
    LGPL / FREE
    January 28th, 2011, 04:34 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    MooseX::Role::XMLRPC::Client description

    Provide the needed bits to be a XML-RPC client

    MooseX::Role::XMLRPC::Client is a Moose role that provides methods and attributes needed to enable a class to serve as an XML-RPC client. It is parameterized through MooseX::Role::Parameterized, so you can customize how it embeds in your class. You can even embed it multiple times with different paramaterization, if it strikes your fancy :-)

    SYNOPSIS

     package MultipleWiths;
     use Moose;

     # ...

     # we don't want to keep any login information here
     with 'MooseX::Role::XMLRPC::Client' => {
     name => 'bugzilla',
     uri => 'https://bugzilla.redhat.com/xmlrpc.cgi',
     login_info => 0,
     };

     # basic info
     with 'MooseX::Role::XMLRPC::Client' => {
     name => 'foo',
     uri => 'http://foo.org/a/b/c',
     };

     sub _build_foo_userid { 'userid' }
     sub _build_foo_passwd { 'passw0rd' }
     
     sub foo_login { 'do login magic here..' }
     sub foo_logout { 'do logout magic here...' }



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    XML-RPC client | Moose role | Perl module | Perl | XML-RPC | client

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM