--- trunk/lib/Frey.pm 2008/12/01 12:49:52 657 +++ trunk/lib/Frey.pm 2008/12/02 22:22:04 697 @@ -4,7 +4,7 @@ our $VERSION = "0.23"; use Data::Dump qw//; -sub dump { Data::Dump::dump ( @_ ) } +sub dump { ref(shift) . ' ' . Data::Dump::dump ( @_ ) } has 'debug' => ( is => 'rw', @@ -24,7 +24,7 @@ crops; the brother of Freya. Basically you write L classes which become deirectly callable from -the web using REST API +the Firefox using REST API. =head1 INTROSPECTION @@ -58,6 +58,10 @@ C<< with 'Frey::Collection' >> they will have basic CRUD functionality implemented by L. +=head1 SEE ALSO + +L + =cut 1;