TT#29620 Clean TAP test warning: Missing AUTHOR/DESCRIPTION/LICENSE section in POD

Change-Id: I522f20e6966253933d98766d0b3a51f43768be82
changes/15/21215/4
Alexander Lutay 7 years ago
parent bcbd4905b0
commit cdbc01978c

@ -198,10 +198,12 @@ Thomas Klausner C<< domm@cpan.org >>
Thomas Klausner <domm@cpan.org>
=head1 COPYRIGHT AND LICENSE
=head1 COPYRIGHT
This software is copyright (c) 2016 by Thomas Klausner.
=head1 LICENSE
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

@ -193,4 +193,25 @@ sub get_journal_methods{
1;
__END__
=head1 NAME
NGCP::Panel::Controller::API::ContractsItem
=head1 DESCRIPTION
A helper to manipulate the contracts data
=head1 AUTHOR
Sipwise Development Team
=head1 LICENSE
This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
# vim: set tabstop=4 expandtab:

@ -198,4 +198,25 @@ sub get_journal_methods{
1;
__END__
=head1 NAME
NGCP::Panel::Controller::API::CustomersItem
=head1 DESCRIPTION
A helper to manipulate the customers data via API
=head1 AUTHOR
Sipwise Development Team
=head1 LICENSE
This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
# vim: set tabstop=4 expandtab:

@ -105,8 +105,27 @@ sub DELETE :Allow {
}
=cut
1;
__END__
1;
=head1 NAME
NGCP::Panel::Controller::API::PbxDeviceConfigsItem
=head1 DESCRIPTION
A helper to manipulate the PBX device configs via API
=head1 AUTHOR
Sipwise Development Team
=head1 LICENSE
This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
# vim: set tabstop=4 expandtab:

@ -110,8 +110,27 @@ sub DELETE :Allow {
}
=cut
1;
__END__
1;
=head1 NAME
NGCP::Panel::Controller::API::PbxDeviceFirmwaresItem
=head1 DESCRIPTION
A helper to manipulate the PBX device firmwares via API
=head1 AUTHOR
Sipwise Development Team
=head1 LICENSE
This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
# vim: set tabstop=4 expandtab:

@ -158,8 +158,27 @@ sub DELETE :Allow {
}
=cut
1;
__END__
1;
=head1 NAME
NGCP::Panel::Controller::API::PbxDeviceProfilesItem
=head1 DESCRIPTION
A helper to manipulate the PBX device profiles via API
=head1 AUTHOR
Sipwise Development Team
=head1 LICENSE
This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
# vim: set tabstop=4 expandtab:

@ -521,6 +521,14 @@ RESULT:
__END__
=head1 NAME
NGCP::Panel::Controller::CallRouting
=head1 DESCRIPTION
A helper to manipulate the call routing data
=head1 AUTHOR
Kirill Solomko <ksolomko@sipwise.com>

@ -2078,7 +2078,27 @@ sub profile_preferences_edit :Chained('profile_preferences_base') :PathPart('edi
return;
}
1;
__END__
=head1 NAME
NGCP::Panel::Controller::Device
=head1 DESCRIPTION
A helper to manipulate devices data
=head1 AUTHOR
Sipwise Development Team
=head1 LICENSE
This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
# vim: set tabstop=4 expandtab:

@ -470,4 +470,26 @@ sub add_phonebook_entries {
}
1;
__END__
=head1 NAME
NGCP::Panel::Controller::Pbx
=head1 DESCRIPTION
A controller to manipulate the PBX data
=head1 AUTHOR
Sipwise Development Team
=head1 LICENSE
This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
# vim: set tabstop=4 expandtab:

@ -198,6 +198,14 @@ sub csv :Chained('list') :PathPart('csv') :Args(0) {
__END__
=head1 NAME
NGCP::Panel::Controller::PeeringOverview
=head1 DESCRIPTION
A controller to manipulate the peering overview
=head1 AUTHOR
Kirill Solomko <ksolomko@sipwise.com>

@ -152,6 +152,14 @@ sub supportstatus :Chained('/') :PathPart('statistics/supportstatus') :Args() {
__END__
=head1 NAME
NGCP::Panel::Controller::Statistics
=head1 DESCRIPTION
A controller to manipulate the statistics data
=head1 AUTHOR
Andreas Granig,,,

@ -23,4 +23,28 @@ has_field 'create' => (
=cut
no Moose;
1;
__END__
=head1 NAME
NGCP::Panel::Field::SubscriberProfile
=head1 DESCRIPTION
A helper to manipulate the subscriber profile fields
=head1 AUTHOR
Sipwise Development Team
=head1 LICENSE
This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
# vim: set tabstop=4 expandtab:

@ -24,4 +24,28 @@ has_field 'create' => (
=cut
no Moose;
1;
__END__
=head1 NAME
NGCP::Panel::Field::SubscriberProfileSet
=head1 DESCRIPTION
A helper to manipulate the subscriber profile set data
=head1 AUTHOR
Sipwise Development Team
=head1 LICENSE
This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
# vim: set tabstop=4 expandtab:

@ -224,4 +224,25 @@ sub update_fields {
1;
__END__
=head1 NAME
NGCP::Panel::Form::Subscriber
=head1 DESCRIPTION
A helper to manipulate the subscriber forms
=head1 AUTHOR
Sipwise Development Team
=head1 LICENSE
This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
# vim: set tabstop=4 expandtab:

@ -79,4 +79,26 @@ sub validate {
1;
__END__
=head1 NAME
NGCP::Panel::Form::Subscriber::RegisteredAPI
=head1 DESCRIPTION
A helper to manipulate the registered API subscriber form
=head1 AUTHOR
Sipwise Development Team
=head1 LICENSE
This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
# vim: set tabstop=4 expandtab:

@ -143,7 +143,7 @@ A role to be used in a Form Class:
with 'HTML::FormHandler::Render::RepeatableJs';
...
=head2 DESCRIPTION
=head1 DESCRIPTION
This contains one method, 'render_repeatable_js'. It's designed to be
used in a template, something like:
@ -185,10 +185,12 @@ HTML::FormHandler::Render::RepeatableJs
FormHandler Contributors - see HTML::FormHandler
=head1 COPYRIGHT AND LICENSE
=head1 COPYRIGHT
This software is copyright (c) 2013 by Gerda Shank.
=head1 LICENSE
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

@ -166,4 +166,26 @@ sub update_item {
=cut
1;
__END__
=head1 NAME
NGCP::Panel::Role::API::Domains
=head1 DESCRIPTION
A role to manipulate the domains data via API
=head1 AUTHOR
Sipwise Development Team
=head1 LICENSE
This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
# vim: set tabstop=4 expandtab:

@ -541,10 +541,12 @@ and Mario Krauss for valuable comments and bug reports.
Enrique Nell, E<lt>perl_nell@telefonica.netE<gt>
=head1 COPYRIGHT AND LICENSE
=head1 COPYRIGHT
Copyright (C) 2006 by Enrique Nell.
=head1 LICENSE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

@ -687,6 +687,20 @@ sub form_strings {
1;
__END__
=head1 NAME
NGCP::Panel::Utils::DbStrings
=head1 DESCRIPTION
A stub to translate database strings
=head1 AUTHOR
Sipwise Development Team
=head1 LICENSE
This library is free software. You can redistribute it and/or modify

@ -335,6 +335,8 @@ Written by Mark Fowler B<mark@twoshortplanks.com>
Copyright Mark Fowler 2004,2012. All rights reserved.
=head1 LICENSE
This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.

@ -20,11 +20,11 @@ See L<Catalyst::Manual>
Run a Catalyst application as a cgi script.
=head1 AUTHORS
=head1 AUTHOR
Catalyst Contributors, see Catalyst.pm
=head1 COPYRIGHT
=head1 LICENSE
This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.

@ -48,11 +48,11 @@ Existing component files are not overwritten. If any of the component files
to be created already exist the file will be written with a '.new' suffix.
This behavior can be suppressed with the C<-force> option.
=head1 AUTHORS
=head1 AUTHOR
Catalyst Contributors, see Catalyst.pm
=head1 COPYRIGHT
=head1 LICENSE
This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.

@ -112,7 +112,7 @@ Dump Strings from database to a dummy module, for localisation.
Gerhard Jungwirth C<< <gjungwirth@sipwise.com> >>
=head1 COPYRIGHT
=head1 LICENSE
This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.

@ -39,11 +39,11 @@ ngcp_panel_fastcgi.pl [options]
Run a Catalyst application as fastcgi.
=head1 AUTHORS
=head1 AUTHOR
Catalyst Contributors, see Catalyst.pm
=head1 COPYRIGHT
=head1 LICENSE
This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.

@ -50,11 +50,11 @@ ngcp_panel_server.pl [options]
Run a Catalyst Testserver for this application.
=head1 AUTHORS
=head1 AUTHOR
Catalyst Contributors, see Catalyst.pm
=head1 COPYRIGHT
=head1 LICENSE
This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.

@ -31,11 +31,11 @@ ngcp_panel_test.pl [options] uri
Run a Catalyst action from the command line.
=head1 AUTHORS
=head1 AUTHOR
Catalyst Contributors, see Catalyst.pm
=head1 COPYRIGHT
=head1 LICENSE
This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.

@ -689,7 +689,11 @@ exit;
__END__
=head1 generate_invoices.pl
=head1 NAME
generate_invoices.pl
=head1 DESCRIPTION
Script to generate invoices and/or send them via email to customers.
location: /usr/share/ngcp-panel/tools/generate_invoices.pl
@ -774,7 +778,7 @@ Prints the manual page and exits.
=back
=head1 SAMPLES
=head1 SYNOPSIS
=over 4
@ -806,4 +810,13 @@ perl /usr/share/ngcp-panel/tools/generate_invoices.pl --sendonly --prevmonth
B<generate_invoices.pl> Script to generate invoices and/or send them via email to customers..
=head1 AUTHOR
Sipwise Development Team
=head1 LICENSE
This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.
=cut

@ -898,3 +898,24 @@ sub DEMOLISH {
}
1;
__END__
=head1 NAME
NGCP::Test::Resource
=head1 DESCRIPTION
NGCP Panel test resource
=head1 AUTHOR
Sipwise Development Team
=head1 LICENSE
This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.
=cut

@ -316,10 +316,12 @@ L<https://github.com/neilbowers/perl-deep-hash-utils>
Chris Becker, E<lt>clbecker@gmail.com<gt>
=head1 COPYRIGHT AND LICENSE
=head1 COPYRIGHT
Copyright (C) 2009 by Chris Becker
=head1 LICENSE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.5 or,
at your option, any later version of Perl 5 you may have available.

@ -298,7 +298,11 @@ __END__
=head1 NAME
create_testusers.pl - Optimized batch-creation for test customers/subscribers
create_testusers.pl
=head1 DESCRIPTION
Optimized batch-creation for test customers/subscribers
=head1 SYNOPSIS
@ -321,4 +325,14 @@ Options:
--sip-password=s
--number-cc=i
--number-ac=i
=head1 AUTHOR
Sipwise Development Team
=head1 LICENSE
This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.
=cut

Loading…
Cancel
Save