Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix broken NAME section in POD (fix #8) #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
1 change: 1 addition & 0 deletions lib/Catalyst/Controller/HTML/FormFu/Action/Form.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use strict;

# VERSION
# AUTHORITY
# ABSTRACT: Form action

use Moose;
use Config::Any;
Expand Down
1 change: 1 addition & 0 deletions lib/Catalyst/Controller/HTML/FormFu/Action/FormConfig.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use strict;

# VERSION
# AUTHORITY
# ABSTRACT: FormConfig action

use Moose;
use Config::Any;
Expand Down
1 change: 1 addition & 0 deletions lib/Catalyst/Controller/HTML/FormFu/Action/FormMethod.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use strict;

# VERSION
# AUTHORITY
# ABSTRACT: FormMethod action

use Moose;
use Carp qw( croak );
Expand Down
1 change: 1 addition & 0 deletions lib/Catalyst/Controller/HTML/FormFu/Action/MultiForm.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use strict;

# VERSION
# AUTHORITY
# ABSTRACT: MultiForm action

use Moose;
use Config::Any;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use strict;

# VERSION
# AUTHORITY
# ABSTRACT: MultiFormConfig action

use Moose;
use Config::Any;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use strict;

# VERSION
# AUTHORITY
# ABSTRACT: MultiFormMethod action

use Moose;
use Carp qw( croak );
Expand Down
1 change: 1 addition & 0 deletions lib/Catalyst/Controller/HTML/FormFu/ActionBase/Form.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use strict;

# VERSION
# AUTHORITY
# ABSTRACT: base for form actions

use Moose;

Expand Down
5 changes: 1 addition & 4 deletions lib/Catalyst/Helper/HTML/FormFu.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use warnings;

# VERSION
# AUTHORITY
# ABSTRACT: Helper to deploy HTML::FormFu template files.

use File::Spec;
use HTML::FormFu::Deploy;
Expand Down Expand Up @@ -32,10 +33,6 @@ sub mk_stuff {

__END__

=head1 NAME

Catalyst::Helper::HTML::FormFu - Helper to deploy HTML::FormFu template files.

=head1 SYNOPSIS

script/myapp_create.pl HTML::FormFu
Expand Down
1 change: 1 addition & 0 deletions lib/HTML/FormFu/Constraint/RequestToken.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use strict;

# VERSION
# AUTHORITY
# ABSTRACT: RequestToken constraint

use Moose;

Expand Down
6 changes: 1 addition & 5 deletions lib/HTML/FormFu/Element/RequestToken.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use strict;

# VERSION
# AUTHORITY
# ABSTRACT: Hidden text field which contains a unique token

use Moose;
use MooseX::Attribute::Chained;
Expand Down Expand Up @@ -92,11 +93,6 @@ sub get_token {

__END__

=head1 NAME

HTML::FormFu::Element::RequestToken - Hidden text field which contains a unique
token

=head1 SYNOPSIS

my $e = $form->element( { type => 'Token' } );
Expand Down
1 change: 1 addition & 0 deletions lib/HTML/FormFu/Plugin/RequestToken.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use strict;

# VERSION
# AUTHORITY
# ABSTRACT: RequestToken plugin

use Moose;
use MooseX::Attribute::Chained;
Expand Down