Skip to content

Commit

Permalink
remove pod that gets generated
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Nov 24, 2013
1 parent d5a542e commit 89b9aba
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions lib/CGI/Application/Plugin/DBH.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package CGI::Application::Plugin::DBH;
use parent 'Exporter';

# ABSTRACT: Easy DBI access from CGI::Application

use strict;
use Carp;

Expand Down Expand Up @@ -120,10 +122,6 @@ sub dbh_default_name {
1;
__END__
=head1 NAME
CGI::Application::Plugin::DBH - Easy DBI access from CGI::Application
=head1 SYNOPSIS
use CGI::Application::Plugin::DBH (qw/dbh_config dbh/);
Expand Down Expand Up @@ -290,22 +288,6 @@ L<Ima::DBI|Ima::DBI> is similar, but has much more complexity and features.
L<CGI::Application|CGI::Application>, L<DBI|DBI>, L<CGI::Application::Plugin::ValidateRM|CGI::Application::Plugin::ValidateRM>, perl(1)
=head1 AUTHOR
Mark Stosberg <mark@summersault.com>
Multi Handle Support added by:
Tony Fraser <tony@sybaspace.com>
Autoconfig Support added by:
Thilo Planz <thilo@cpan.org>
=head1 LICENSE
Copyright (C) 2004- Mark Stosberg <mark@summersault.com>
This library is free software. You can modify and or distribute it under the same terms as Perl itself.
=cut

0 comments on commit 89b9aba

Please sign in to comment.