Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@ license = Perl_5
copyright_holder = Gerda Shank
copyright_year = 2013

version = 0.29

[@Git]
tag_format = %v

[Git::NextVersion]
version_regexp = ^([\d._]+)$

[@Basic]
[InstallGuide]
[MetaJSON]

[PkgVersion]

[MetaResources]
bugtracker.web = https://rt.cpan.org/Public/Dist/Display.html?Name=HTML-FormHandler-Model-DBIC
bugtracker.mailto = bug-HTML-FormHandler-Model-DBIC@rt.cpan.org
Expand All @@ -26,8 +29,8 @@ repository.type = git

; You have to have Dist::Zilla::Plugin::<Name> for these to work
[PodWeaver]
[NoTabsTests]
[EOLTests]
[Test::NoTabs]
[Test::EOL]
[Signature]
[CheckChangeLog]

Expand Down
1 change: 0 additions & 1 deletion lib/HTML/FormHandler/Generator/DBIC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ package HTML::FormHandler::Generator::DBIC;
use Moose;
use DBIx::Class;
use Template;
our $VERSION = '0.04';

=head1 SYNOPSIS

Expand Down
2 changes: 0 additions & 2 deletions lib/HTML/FormHandler/Model/DBIC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ use Moose;
extends 'HTML::FormHandler';
with 'HTML::FormHandler::TraitFor::Model::DBIC';

our $VERSION = '0.29';

=head1 SUMMARY

Empty base class - see L<HTML::FormHandler::TraitFor::Model::DBIC> for
Expand Down
2 changes: 0 additions & 2 deletions lib/HTML/FormHandler/TraitFor/Model/DBIC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ use DBIx::Class::ResultClass::HashRefInflator;
use DBIx::Class::ResultSet::RecursiveUpdate;
use Scalar::Util ('blessed');

our $VERSION = '0.26';

=head1 SYNOPSIS

Subclass your form from HTML::FormHandler::Model::DBIC:
Expand Down
2 changes: 0 additions & 2 deletions t/lib/BookDB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ use Catalyst ('-Debug',
'Static::Simple',
);

our $VERSION = '0.02';

BookDB->config( name => 'BookDB' );

BookDB->setup;
Expand Down