Atsushi Kobayashi
nekok****@users*****
2005年 10月 30日 (日) 11:50:37 JST
Index: docs/modules/Class-DBI-Sweet-0.05/Topping/Topping.pod diff -u /dev/null docs/modules/Class-DBI-Sweet-0.05/Topping/Topping.pod:1.1 --- /dev/null Sun Oct 30 11:50:37 2005 +++ docs/modules/Class-DBI-Sweet-0.05/Topping/Topping.pod Sun Oct 30 11:50:37 2005 @@ -0,0 +1,61 @@ +=head1 NAME + + Class::DBI::Sweet::Topping - Topping for Class::DBI::Sweet + Class::DBI::Sweet::Topping - Class::DBI::Sweetのトッピング + +=head1 SYNOPSIS + + MyApp::Article->find_title_and_created_on( $title, $created_on ); + + MyApp::Article->search_title_and_created_on( $title, $created_on ); + + MyApp::Article->count_title_and_created_on( $title, $created_on ); + + MyApp::Article->page_title_and_created_on( $title, $created_on ); + + MyApp::Article->next_by_created_by( { order_by => 'created_on' } ); + + MyApp::Article->previous_by_created_by( { order_by => 'created_on' } ); + +=head1 DESCRIPTION + +Class::DBI::Sweet::Topping provides a convenient AUTOLOAD for search, page, +retrieve_next and retrieve_previous. + +Class::DBI::Sweet::Toppingはsearch、page、retrieve_next、retrieve_previousへの +便利なAUTOLOADを提供します。 + +=head1 AUTHORS + +Christian Hansen <ch****@ngmed*****> + +Matt S Trout <mstro****@cpan*****> + +Sebastian Riedel <sri****@oook*****> + +=head1 THANKS TO + +Danijel Milicevic, Jesse Sheidlower, Marcus Ramberg, Viljo Marrandi + +=head1 SUPPORT + +#catalyst on L<irc://irc.perl.org> + +L<http://lists.rawmode.org/mailman/listinfo/catalyst> + +L<http://lists.rawmode.org/mailman/listinfo/catalyst-dev> + +=head1 LICENSE + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. + +=head1 SEE ALSO + +L<Class::DBI::Sweet> + +L<Catalyst> + +=head1 翻訳者 + +atsushi kobayashi(nekok****@users*****)