Linux SoftwareProgrammingLibrariesPOE::Component::Basement 0.01

POE::Component::Basement 0.01


POE::Component::Basement provides Class::Std and base POE component functionality. SYNOPSIS package POE::MyComponent; #
Developer:   Robert Sedlacek
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   16K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


POE::Component::Basement provides Class::Std and base POE component functionality.

SYNOPSIS

package POE::MyComponent;

# use as base
use base qw/ POE::Component::Basement /;

# where the initializations happen (see Class::Std)
sub BUILD { ... }

# see also Class::Std and Class::Data::Inheritable also
# for accessor creation etc.

# define states
sub state_one : State( :inline< _start > ) { ... }
sub state_two : State( :object< foo > ) { ... }
sub state_three : State( :package< bar > ) { ... }

# combined
sub state_multi : State( :inline< foobar > :package< snafoo > ) { ... }
...

# chained events
sub first : State( :object< foo > :chained< bar > ) { ... }
sub second : State( :object< bar > ) { ... }
...

# calling in a row
sub first : State( :object< foo > :next< bar > ) { ... }
sub second : State( :object< bar > ) { ... }
...

# usage
my $comp = POE::MyComponent->new ({

# single alias or array reference for multiple
aliases => [qw/ mycomp shub_niggurath /],

... # your specific init_arg's.
});

Provides Class::Std and base POE component functionality. This module is still kinda experimental.

Requirements:
  • Perl
    tags state object  poe component  class std  sub state  object foo  std and  sub first  sub second  object bar  second state  first state  poe mycomponent  provides class  

    Download POE::Component::Basement 0.01


     http://ftp.hostingromania.ro/Linux/mirrors/ftp.cpan.org/authors/id/P/PH/PHAYLON/POE-Component-Basement-0.01.tar.gz


    Authors software

    Declare::Constraints::Simple 0.03 (by Robert Sedlacek)
    Declare::Constraints::Simple is a Perl module for Declarative Validation of Data Structures.

    SYNOPSIS

    use Declare::Constraint

    POE::Component::Basement 0.01 (by Robert Sedlacek)
    POE::Component::Basement provides Class::Std and base POE component functionality.

    SYNOPSIS

    package POE::MyComponent;

    #


    Similar software

    POE::Component::Basement 0.01 (by Robert Sedlacek)
    POE::Component::Basement provides Class::Std and base POE component functionality.

    SYNOPSIS

    package POE::MyComponent;

    #

    Object::Relation::Meta::Type 0.1.0 (by Kineticode, Inc.)
    Object::Relation::Meta::Type is an Object::Relation Data type validation and accessor building.

    Synopsis

    Object::Relation::Me

    FSA::Rules 0.26 (by David Wheeler and Curtis Poe)
    FSA::Rules is a Perl module to build simple rules-based state machines in Perl.

    Synopsis

    my $fsa = FSA::Rules->new(
    pin

    Games::3D 0.09 (by Tels)
    Games::3D is a package containing an object system for (not only) 3D games.

    SYNOPSIS

    use Games::3D::World;

    m

    CAM::PDF::GS 1.07 (by Clotho Advanced Media Inc.)
    CAM::PDF::GS is a PDF graphic state.

    SYNOPSIS

    use CAM::PDF;
    my $pdf = CAM::PDF->new($filename);
    my $contentTree =

    POE::Component::Generic 0.0904 (by David Davis and Teknikill Software)
    POE::Component::Generic is a POE component that provides non-blocking access to a blocking object.

    SYNOPSIS

    use POE::Compon

    Class::Tangram 1.57 (by Sam Vilain)
    Class::Tangram is a Perl module for tangram-friendly classes, DWIM attributes.

    SYNOPSIS

    package MyObject;

    use base qw(Clas

    Class::Cloneable 0.03 (by Stevan Little)
    Class::Cloneable is a base class for Cloneable objects.

    SYNOPSIS

    package MyObject;
    our @ISA = ('Class::Cloneable');

    #

    Myco::Entity 1.22 (by Charles Owens)
    Myco::Entity is a common base class for all Myco entity classes.

    SYNOPSIS

    ### Entity class definition

    package Myco::Foo;

    Games::Object 0.11 (by Peter J. Stewart)
    Games::Object is a Perl module to provide a base class for game objects.

    SYNOPSIS

    package MyGameObject;
    use Games::Obj


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.8d (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags