Making Gravatar modules also as a model.
[blog.pm.git] / lib / Blog / Model / Gravatar.pm
blob8f1e1973754c2af511c7b19ff5971b3042210734
1 package Blog::Model::Gravatar;
3 use strict;
5 use base 'CatalystX::Model::Gravatar';
7 __PACKAGE__->config(
8 default => '/static/default/images/gravatar.png',
9 size => 32
12 =head1 AUTHOR
14 vti
16 =head1 LICENSE
18 This library is free software, you can redistribute it and/or modify
19 it under the same terms as Perl itself.
21 =cut