Acme-POE-Tree

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN

  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Tue Jul 28 05:58:11 2009 -0400
  
    Rely on latest POE. Prepare for a new distribution.

  commit 4dee8615616e737a5c4bf92cb632429a3d075b25
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Mon Jul 27 04:37:05 2009 -0400
  
    Add optional support for dim bulbs. Add a machine-readable repository
    directory. Add BUG TRACKER, REPOSITORY and OTHER RESOURCES sections.

  commit f67680bd7bbc673f9a59aa512b20b80b5cb8363e
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Mon Dec 15 16:18:19 2008 -0500
  
    Keep UTF8 out of the README, because that messes up the SYNOPSIS. 

==============
End of Excerpt
==============

README  view on Meta::CPAN

PPUUBBLLIICC MMEETTHHOODDSS
       nneeww

       Create a new Acme::POE::Tree application.  The light and star animation
       delays may be set here.  The tree may also be set to exit automatically
       after a short amount of time:

               use Acme::POE::Tree;
               my $tree = Acme::POE::Tree->new(
                       {
                               star_delay => 1.5,  # shimmer star every 1.5 sec
                               light_delay => 2,   # twinkle lights every 2 sec
                               run_for => 10,      # automatically exit after 10 sec
                       }
               );
               $tree->run();

       rruunn

       Run the tree until the user decides they've had enough.

AAUUTTHHOORR
       Rocco Caputo <rcaputo@cpan.org> with debugging and feedback from

lib/Acme/POE/Tree.pm  view on Meta::CPAN


=head2 new

Create a new Acme::POE::Tree application.  The light and star
animation delays may be set here.  The tree may also be set to exit
automatically after a short amount of time:

	use Acme::POE::Tree;
	my $tree = Acme::POE::Tree->new(
		{
			star_delay => 1.5,  # shimmer star every 1.5 sec
			light_delay => 2,   # twinkle lights every 2 sec
			run_for => 10,      # automatically exit after 10 sec
		}
	);
	$tree->run();

=head2 run

Run the tree until the user decides they've had enough.

=head1 AUTHOR



( run in 0.716 second using v1.01-cache-2.11-cpan-39bf76dae61 )