diff --git a/lib/Catalyst/Plugin/Session/Store/Redis.pm b/lib/Catalyst/Plugin/Session/Store/Redis.pm index ed8b4b740f..2a14b91e25 100644 --- a/lib/Catalyst/Plugin/Session/Store/Redis.pm +++ b/lib/Catalyst/Plugin/Session/Store/Redis.pm @@ -198,10 +198,12 @@ Thomas Klausner C<< domm@cpan.org >> Thomas Klausner -=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. diff --git a/lib/NGCP/Panel/Controller/API/ContractsItem.pm b/lib/NGCP/Panel/Controller/API/ContractsItem.pm index c7d7157225..b0385b2f7a 100644 --- a/lib/NGCP/Panel/Controller/API/ContractsItem.pm +++ b/lib/NGCP/Panel/Controller/API/ContractsItem.pm @@ -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: diff --git a/lib/NGCP/Panel/Controller/API/CustomersItem.pm b/lib/NGCP/Panel/Controller/API/CustomersItem.pm index 6977f95d47..c87401b436 100644 --- a/lib/NGCP/Panel/Controller/API/CustomersItem.pm +++ b/lib/NGCP/Panel/Controller/API/CustomersItem.pm @@ -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: diff --git a/lib/NGCP/Panel/Controller/API/PbxDeviceConfigsItem.pm b/lib/NGCP/Panel/Controller/API/PbxDeviceConfigsItem.pm index e26ef70a88..5f99f77618 100644 --- a/lib/NGCP/Panel/Controller/API/PbxDeviceConfigsItem.pm +++ b/lib/NGCP/Panel/Controller/API/PbxDeviceConfigsItem.pm @@ -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: diff --git a/lib/NGCP/Panel/Controller/API/PbxDeviceFirmwaresItem.pm b/lib/NGCP/Panel/Controller/API/PbxDeviceFirmwaresItem.pm index 074b757705..0ecbdda50c 100644 --- a/lib/NGCP/Panel/Controller/API/PbxDeviceFirmwaresItem.pm +++ b/lib/NGCP/Panel/Controller/API/PbxDeviceFirmwaresItem.pm @@ -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: diff --git a/lib/NGCP/Panel/Controller/API/PbxDeviceProfilesItem.pm b/lib/NGCP/Panel/Controller/API/PbxDeviceProfilesItem.pm index f6d22cd467..c062faf9cc 100644 --- a/lib/NGCP/Panel/Controller/API/PbxDeviceProfilesItem.pm +++ b/lib/NGCP/Panel/Controller/API/PbxDeviceProfilesItem.pm @@ -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: diff --git a/lib/NGCP/Panel/Controller/CallRouting.pm b/lib/NGCP/Panel/Controller/CallRouting.pm index 5acc2a1fef..c4a908bbe3 100644 --- a/lib/NGCP/Panel/Controller/CallRouting.pm +++ b/lib/NGCP/Panel/Controller/CallRouting.pm @@ -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 diff --git a/lib/NGCP/Panel/Controller/Device.pm b/lib/NGCP/Panel/Controller/Device.pm index 7495df0891..14cc06ee06 100644 --- a/lib/NGCP/Panel/Controller/Device.pm +++ b/lib/NGCP/Panel/Controller/Device.pm @@ -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: diff --git a/lib/NGCP/Panel/Controller/Pbx.pm b/lib/NGCP/Panel/Controller/Pbx.pm index 6d62ee56e0..08ba5afa9e 100644 --- a/lib/NGCP/Panel/Controller/Pbx.pm +++ b/lib/NGCP/Panel/Controller/Pbx.pm @@ -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: diff --git a/lib/NGCP/Panel/Controller/PeeringOverview.pm b/lib/NGCP/Panel/Controller/PeeringOverview.pm index f7b3fdd6d7..029135e7cc 100644 --- a/lib/NGCP/Panel/Controller/PeeringOverview.pm +++ b/lib/NGCP/Panel/Controller/PeeringOverview.pm @@ -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 diff --git a/lib/NGCP/Panel/Controller/Statistics.pm b/lib/NGCP/Panel/Controller/Statistics.pm index b393e1f962..9616c80ddf 100644 --- a/lib/NGCP/Panel/Controller/Statistics.pm +++ b/lib/NGCP/Panel/Controller/Statistics.pm @@ -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,,, diff --git a/lib/NGCP/Panel/Field/SubscriberProfile.pm b/lib/NGCP/Panel/Field/SubscriberProfile.pm index b179f24b6c..bacf9727ac 100644 --- a/lib/NGCP/Panel/Field/SubscriberProfile.pm +++ b/lib/NGCP/Panel/Field/SubscriberProfile.pm @@ -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: diff --git a/lib/NGCP/Panel/Field/SubscriberProfileSet.pm b/lib/NGCP/Panel/Field/SubscriberProfileSet.pm index 1c58bb28eb..33c4915b43 100644 --- a/lib/NGCP/Panel/Field/SubscriberProfileSet.pm +++ b/lib/NGCP/Panel/Field/SubscriberProfileSet.pm @@ -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: diff --git a/lib/NGCP/Panel/Form/Subscriber.pm b/lib/NGCP/Panel/Form/Subscriber.pm index 5515ac7013..879ab648e3 100644 --- a/lib/NGCP/Panel/Form/Subscriber.pm +++ b/lib/NGCP/Panel/Form/Subscriber.pm @@ -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: diff --git a/lib/NGCP/Panel/Form/Subscriber/RegisteredAPI.pm b/lib/NGCP/Panel/Form/Subscriber/RegisteredAPI.pm index 90322f74e2..cfa9e68ee9 100644 --- a/lib/NGCP/Panel/Form/Subscriber/RegisteredAPI.pm +++ b/lib/NGCP/Panel/Form/Subscriber/RegisteredAPI.pm @@ -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: diff --git a/lib/NGCP/Panel/Render/RepeatableJs.pm b/lib/NGCP/Panel/Render/RepeatableJs.pm index 428d961853..dc75e9b91c 100644 --- a/lib/NGCP/Panel/Render/RepeatableJs.pm +++ b/lib/NGCP/Panel/Render/RepeatableJs.pm @@ -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. diff --git a/lib/NGCP/Panel/Role/API/Domains.pm b/lib/NGCP/Panel/Role/API/Domains.pm index f0bcd71d5c..1a3c4b679f 100644 --- a/lib/NGCP/Panel/Role/API/Domains.pm +++ b/lib/NGCP/Panel/Role/API/Domains.pm @@ -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: diff --git a/lib/NGCP/Panel/Utils/CSVSeparator.pm b/lib/NGCP/Panel/Utils/CSVSeparator.pm index ba47a23254..4808a2965f 100644 --- a/lib/NGCP/Panel/Utils/CSVSeparator.pm +++ b/lib/NGCP/Panel/Utils/CSVSeparator.pm @@ -541,10 +541,12 @@ and Mario Krauss for valuable comments and bug reports. Enrique Nell, Eperl_nell@telefonica.netE -=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. diff --git a/lib/NGCP/Panel/Utils/DbStrings.pm b/lib/NGCP/Panel/Utils/DbStrings.pm index b295842ce0..92e6c8f1a4 100644 --- a/lib/NGCP/Panel/Utils/DbStrings.pm +++ b/lib/NGCP/Panel/Utils/DbStrings.pm @@ -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 diff --git a/lib/NGCP/Panel/Utils/Utf8.pm b/lib/NGCP/Panel/Utils/Utf8.pm index 2fab6b0725..e743f7b18a 100644 --- a/lib/NGCP/Panel/Utils/Utf8.pm +++ b/lib/NGCP/Panel/Utils/Utf8.pm @@ -335,6 +335,8 @@ Written by Mark Fowler B 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. diff --git a/script/ngcp_panel_cgi.pl b/script/ngcp_panel_cgi.pl index 0553913534..564a196df2 100755 --- a/script/ngcp_panel_cgi.pl +++ b/script/ngcp_panel_cgi.pl @@ -20,11 +20,11 @@ See L 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. diff --git a/script/ngcp_panel_create.pl b/script/ngcp_panel_create.pl index f0b75b1f14..d6680f67a7 100755 --- a/script/ngcp_panel_create.pl +++ b/script/ngcp_panel_create.pl @@ -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. diff --git a/script/ngcp_panel_dump_db_strings.pl b/script/ngcp_panel_dump_db_strings.pl index acb4ea74b8..3729fd76d9 100755 --- a/script/ngcp_panel_dump_db_strings.pl +++ b/script/ngcp_panel_dump_db_strings.pl @@ -112,7 +112,7 @@ Dump Strings from database to a dummy module, for localisation. Gerhard Jungwirth C<< >> -=head1 COPYRIGHT +=head1 LICENSE This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/script/ngcp_panel_fastcgi.pl b/script/ngcp_panel_fastcgi.pl index 0519762800..734df132bc 100755 --- a/script/ngcp_panel_fastcgi.pl +++ b/script/ngcp_panel_fastcgi.pl @@ -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. diff --git a/script/ngcp_panel_server.pl b/script/ngcp_panel_server.pl index d90ec49e58..9b076dc59f 100755 --- a/script/ngcp_panel_server.pl +++ b/script/ngcp_panel_server.pl @@ -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. diff --git a/script/ngcp_panel_test.pl b/script/ngcp_panel_test.pl index 30f4cd4f6c..17ec529906 100755 --- a/script/ngcp_panel_test.pl +++ b/script/ngcp_panel_test.pl @@ -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. diff --git a/share/tools/generate_invoices.pl b/share/tools/generate_invoices.pl index 841758ccc1..888333e056 100755 --- a/share/tools/generate_invoices.pl +++ b/share/tools/generate_invoices.pl @@ -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 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 diff --git a/t/lib/NGCP/Test/Resource.pm b/t/lib/NGCP/Test/Resource.pm index 6db5ff61f0..06f79550e7 100644 --- a/t/lib/NGCP/Test/Resource.pm +++ b/t/lib/NGCP/Test/Resource.pm @@ -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 diff --git a/t/lib/Test/DeepHashUtils.pm b/t/lib/Test/DeepHashUtils.pm index 62a7d2bb40..a87737793e 100644 --- a/t/lib/Test/DeepHashUtils.pm +++ b/t/lib/Test/DeepHashUtils.pm @@ -316,10 +316,12 @@ L Chris Becker, Eclbecker@gmail.com -=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. diff --git a/tools_bin/create_testusers.pl b/tools_bin/create_testusers.pl index 43b7b2d7e6..de4dc6ae55 100755 --- a/tools_bin/create_testusers.pl +++ b/tools_bin/create_testusers.pl @@ -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