[Rt-commit] r2573 - in experiments/Bamboo: . doc/ex lib mason

autrijus at bestpractical.com autrijus at bestpractical.com
Sun Apr 3 11:38:15 EDT 2005


Author: autrijus
Date: Sun Apr  3 11:38:14 2005
New Revision: 2573

Removed:
   experiments/Bamboo/doc/ex/
   experiments/Bamboo/mason/
Modified:
   experiments/Bamboo/Makefile.PL
   experiments/Bamboo/lib/Bamboo.pm
Log:
* salvage docs

Modified: experiments/Bamboo/Makefile.PL
==============================================================================
--- experiments/Bamboo/Makefile.PL	(original)
+++ experiments/Bamboo/Makefile.PL	Sun Apr  3 11:38:14 2005
@@ -5,5 +5,5 @@
 author          ('Jesse Vincent <jesse at bestpractical.com>');
 version_from    ('lib/Bamboo.pm');
 license         ('perl');
-requires        ('perl' => 5.005);
+requires        ('perl' => 5.006001);
 

Modified: experiments/Bamboo/lib/Bamboo.pm
==============================================================================
--- experiments/Bamboo/lib/Bamboo.pm	(original)
+++ experiments/Bamboo/lib/Bamboo.pm	Sun Apr  3 11:38:14 2005
@@ -4,3 +4,51 @@
 use warnings;
 
 our $VERSION = '0.01';
+
+1;
+
+=head1 NAME
+
+Bamboo - A Web Object Environment
+
+=head1 SYNOPSIS
+
+    use Bamboo;
+    my $bamboo = Bamboo->new;
+
+=head1 DESCRIPTION
+
+Bamboo is an environment for publishing your objects on the web.
+
+Some of its notable features are:
+
+=over 4
+
+=item *
+
+Works well with existing MVC frameworks. 
+
+=item *
+
+Means you never have to parse form parameters again.
+
+=item *
+
+Abstracts out redundant "controller" code from your web apps.
+
+=item *
+
+Makes it easy to web publish whole objects and APIs, not just simple getters/setters.
+
+=cut
+
+For more information, please consult L<Bamboo::Guide>.
+
+=head1 AUTHORS
+
+Copyright 2005 by Jesse Vincent, Autrijus Tang.
+
+This library is free software; you can redistribute it
+and/or modify it under the same terms as Perl itself.
+
+=cut


More information about the Rt-commit mailing list