SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-POE-Component-IRC rpm build for : OpenSuSE 13.X. For other distributions click perl-POE-Component-IRC.

Name : perl-POE-Component-IRC
Version : 6.88 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.1 Date : 2015-04-17 06:13:32
Group : Development/Libraries/Perl Source RPM : perl-POE-Component-IRC-6.88-1.1.src.rpm
Size : 0.68 MB
Packager : (none)
Summary : A fully event-driven IRC client module
Description :
POE::Component::IRC is a POE component (who\'d have guessed?) which acts as
an easily controllable IRC client for your other POE components and
sessions. You create an IRC component and tell it what events your session
cares about and where to connect to, and it sends back interesting IRC
events when they happen. You make the client do things by sending it
events. That\'s all there is to it. Cool, no?

[Note that using this module requires some familiarity with the details of
the IRC protocol. I\'d advise you to read up on the gory details of RFC 1459
(the http://www.faqs.org/rfcs/rfc1459.html manpage) before you get started.
Keep the list of server numeric codes handy while you program. Needless to
say, you\'ll also need a good working knowledge of POE, or this document
will be of very little use to you.]

The POE::Component::IRC distribution has a _docs/_ folder with a collection
of salient documentation including the pertinent RFCs.

POE::Component::IRC consists of a POE::Session that manages the IRC
connection and dispatches \'irc_\' prefixed events to interested sessions and
an object that can be used to access additional information using methods.

Sessions register their interest in receiving \'irc_\' events by sending
/register to the component. One would usually do this in your \'_start\'
handler. Your session will continue to receive events until you
/unregister. The component will continue to stay around until you tell it
not to with /shutdown.

The /SYNOPSIS demonstrates a fairly basic bot.

See POE::Component::IRC::Cookbook for more examples.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_13.1/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
perl(POE::Component::IRC)
perl(POE::Component::IRC::Common)
perl(POE::Component::IRC::Constants)
perl(POE::Component::IRC::Plugin)
perl(POE::Component::IRC::Plugin::AutoJoin)
perl(POE::Component::IRC::Plugin::BotAddressed)
perl(POE::Component::IRC::Plugin::BotCommand)
perl(POE::Component::IRC::Plugin::BotTraffic)
perl(POE::Component::IRC::Plugin::CTCP)
perl(POE::Component::IRC::Plugin::Connector)
perl(POE::Component::IRC::Plugin::Console)
perl(POE::Component::IRC::Plugin::CycleEmpty)
perl(POE::Component::IRC::Plugin::DCC)
perl(POE::Component::IRC::Plugin::FollowTail)
perl(POE::Component::IRC::Plugin::ISupport)
perl(POE::Component::IRC::Plugin::Logger)
perl(POE::Component::IRC::Plugin::NickReclaim)
perl(POE::Component::IRC::Plugin::NickServID)
perl(POE::Component::IRC::Plugin::PlugMan)
perl(POE::Component::IRC::Plugin::Proxy)
perl(POE::Component::IRC::Plugin::Whois)
perl(POE::Component::IRC::Qnet)
perl(POE::Component::IRC::Qnet::State)
perl(POE::Component::IRC::State)
perl(POE::Filter::IRC)
perl(POE::Filter::IRC::Compat)
perl-POE-Component-IRC

Requires :
perl(List::MoreUtils)
perl(POE::Filter::Stream)
perl(POE::Filter::Stackable)
perl(IRC::Utils) => 0.12
perl(POE::Filter::Line)
perl(POE::Session)
perl(POE) => 1.311
perl(POE::Driver::SysRW)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
/usr/bin/perl
perl(:MODULE_COMPAT_5.18.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
perl(POE::Component::Syndicator)
perl(POE::Wheel::ReadWrite)
rpmlib(PayloadIsLzma) <= 4.4.6-1
perl(POE::Wheel::SocketFactory)
perl(POE::Filter::IRCD) => 2.42


Content of RPM :
/usr/lib/perl5/vendor_perl/5.18.1/POE
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC.pm
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Common.pm
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Constants.pm
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Cookbook
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Cookbook.pod
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Cookbook/BasicBot.pod
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Cookbook/Disconnecting.pod
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Cookbook/Gtk2.pod
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Cookbook/Hailo.pod
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Cookbook/Reload.pod
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Cookbook/Resolver.pod
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Cookbook/Seen.pod
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Cookbook/Translator.pod
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Plugin
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Plugin.pm
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Plugin/AutoJoin.pm
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Plugin/BotAddressed.pm
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Plugin/BotCommand.pm
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Plugin/BotTraffic.pm
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Plugin/CTCP.pm
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Plugin/Connector.pm
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Plugin/Console.pm
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Plugin/CycleEmpty.pm
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Plugin/DCC.pm
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Plugin/FollowTail.pm
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Plugin/ISupport.pm
/usr/lib/perl5/vendor_perl/5.18.1/POE/Component/IRC/Plugin/Logger.pm
There is 66 files more in these RPM.

 
ICM