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

POD fixes #4

Merged
merged 2 commits into from
Mar 14, 2015
Merged
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
24 changes: 12 additions & 12 deletions lib/Net/SIP/Debug.pod
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,29 @@ The following levels are used:

=over 4

=item 1
=item

Debug messages for users
1 - Debug messages for users

=item 2
=item

Includes short SIP packet dumps of incoming and outgoing data
2 - Includes short SIP packet dumps of incoming and outgoing data

=item 5
=item

Includes detailed SIP packet dumps for incoming and outgoing data
5 - Includes detailed SIP packet dumps for incoming and outgoing data

=item 10
=item

Includes information about call flow, e.g. why packets get dropped etc.
10 - Includes information about call flow, e.g. why packets get dropped etc.

=item 50
=item

Detailed debugging for programmers using L<Net::SIP>.
50 - Detailed debugging for programmers using L<Net::SIP>.

=item 100
=item

Detailed debugging for core developers of L<Net::SIP>.
100 - Detailed debugging for core developers of L<Net::SIP>.

=back

Expand Down
2 changes: 1 addition & 1 deletion lib/Net/SIP/Dropper/ByIPPort.pm
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ sub data {

=pod

=back 4
=back

=cut

Expand Down
4 changes: 4 additions & 0 deletions t/pod.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
use Test::More;
eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
all_pod_files_ok();