~ubuntu-branches/ubuntu/utopic/libhtml-formhandler-model-dbic-perl/utopic-proposed

« back to all changes in this revision

Viewing changes to lib/HTML/FormHandler/Model/DBIC.pm

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont, Salvatore Bonaccorso, Dominique Dumont
  • Date: 2013-10-13 18:35:48 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20131013183548-t4f9rp4ezb123ahk
Tags: 0.28-1
[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs

[ Dominique Dumont ]
* Imported Upstream version 0.28
* bumped compat to 9
* control:
  * added version dep on libdbix-class-perl
  * bump std-version to 3.9.4
  + build-dep in libtest-exception-perl
* copyright: updated years

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
extends 'HTML::FormHandler';
6
6
with 'HTML::FormHandler::TraitFor::Model::DBIC';
7
7
 
8
 
our $VERSION = '0.23';
 
8
our $VERSION = '0.28';
9
9
 
10
10
 
11
11
use namespace::autoclean;
20
20
 
21
21
=head1 VERSION
22
22
 
23
 
version 0.23
 
23
version 0.28
24
24
 
25
25
=head1 SUMMARY
26
26
 
33
33
 
34
34
=head1 COPYRIGHT AND LICENSE
35
35
 
36
 
This software is copyright (c) 2012 by Gerda Shank.
 
36
This software is copyright (c) 2013 by Gerda Shank.
37
37
 
38
38
This is free software; you can redistribute it and/or modify it under
39
39
the same terms as the Perl 5 programming language system itself.