public
Clone URL: git://github.com/typester/catalyst-controller-flashremoting.git
name age message
file .shipit Tue Jul 22 23:20:04 -0700 2008 fixed MANIFEST and Makefile.PL for release [typester]
file Changes Tue Jul 22 23:21:28 -0700 2008 Checking in changes prior to tagging of version... [typester]
file LICENSE Tue Jul 15 00:37:22 -0700 2008 initial commit [typester]
file MANIFEST Tue Jul 22 23:20:04 -0700 2008 fixed MANIFEST and Makefile.PL for release [typester]
file MANIFEST.SKIP Tue Jul 22 23:20:04 -0700 2008 fixed MANIFEST and Makefile.PL for release [typester]
file Makefile.PL Tue Jul 22 23:20:04 -0700 2008 fixed MANIFEST and Makefile.PL for release [typester]
file README Tue Jul 15 00:37:22 -0700 2008 initial commit [typester]
directory lib/ Tue Jul 22 23:01:23 -0700 2008 added documentation [typester]
directory t/ Tue Jul 22 23:01:23 -0700 2008 added documentation [typester]
README
This is Perl module Catalyst::Controller::FlashRemoting.

INSTALLATION

Catalyst::Controller::FlashRemoting installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan Catalyst::Controller::FlashRemoting

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

Catalyst::Controller::FlashRemoting documentation is available as in POD. So you can do:

    % perldoc Catalyst::Controller::FlashRemoting

to read the documentation online with your favorite pager.

Daisuke Murase