| Catalyst-Model-MogileFS-Client documentation | Contained in the Catalyst-Model-MogileFS-Client distribution. |
Catalyst::Helper::Model::MogileFS::Client - Helper for MogileFS Client models.
Version 0.05
script/myapp_create.pl model My::Model::Name MogileFS::Client [my.domain]
Helper class for Catalyst::Model::MogileFS::Client.
Makes MogileFS Client model class
Toru Yamaguchi, <zigorou at cpan.org>
Please report any bugs or feature requests to
bug-catalyst-helper-model-mogilefs-client at rt.cpan.org, or through the web interface at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue==Catalyst-Model-MogileFS-Client.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc Catalyst::Helper::Model::MogileFS::Client
You can also look for information at:
http://cpanratings.perl.org/d/=Catalyst-Model-MogileFS-Client
http://rt.cpan.org/NoAuth/Bugs.html?Dist==Catalyst-Model-MogileFS-Client
Copyright 2006 Toru Yamaguchi, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Catalyst-Model-MogileFS-Client documentation | Contained in the Catalyst-Model-MogileFS-Client distribution. |
package Catalyst::Helper::Model::MogileFS::Client; use strict; use warnings;
our $VERSION = '0.05';
sub mk_compclass { my ( $self, $helper, $domain ) = @_; $helper->{domain} = $domain || ''; $helper->render_file( 'modelclass', $helper->{file} ); return 1; }
1; # End of Catalyst::Helper::Model::MogileFS::Client __DATA__
1;