line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Net::PMP::Profile::Audio; |
2
|
1
|
|
|
1
|
|
994
|
use Moose; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
7
|
|
3
|
|
|
|
|
|
|
extends 'Net::PMP::Profile::Media'; |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
our $VERSION = '0.102'; |
6
|
|
|
|
|
|
|
|
7
|
1
|
|
|
1
|
1
|
7
|
sub get_profile_url {'https://api.pmp.io/profiles/audio'} |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
1; |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
__END__ |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 NAME |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
Net::PMP::Profile::Audio - Rich Media Audio Profile for PMP CollectionDoc |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head1 SYNOPSIS |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
# see Net::PMP::Profile::Media |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=cut |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 DESCRIPTION |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
Net::PMP::Profile::Audio implements the CollectionDoc fields for the PMP Rich Media Profile |
26
|
|
|
|
|
|
|
L<https://github.com/publicmediaplatform/pmpdocs/wiki/Rich-Media-Profiles>. |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=head1 METHODS |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
This class extends L<Net::PMP::Profile>. Only new or overridden methods are documented here. |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=head2 get_profile_url |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
Returns a string for the PMP profile's URL. |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
=head1 AUTHOR |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
Peter Karman, C<< <karman at cpan.org> >> |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
=head1 BUGS |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
Please report any bugs or feature requests to C<bug-net-pmp at rt.cpan.org>, or through |
43
|
|
|
|
|
|
|
the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-PMP-Profile>. I will be notified, and then you'll |
44
|
|
|
|
|
|
|
automatically be notified of progress on your bug as I make changes. |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
=head1 SUPPORT |
48
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
You can find documentation for this module with the perldoc command. |
50
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
perldoc Net::PMP |
52
|
|
|
|
|
|
|
|
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
You can also look for information at: |
55
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
=over 4 |
57
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
=item IRC |
59
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
Join #pmp on L<http://freenode.net>. |
61
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
=item RT: CPAN's request tracker (report bugs here) |
63
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-PMP-Profile> |
65
|
|
|
|
|
|
|
|
66
|
|
|
|
|
|
|
=item AnnoCPAN: Annotated CPAN documentation |
67
|
|
|
|
|
|
|
|
68
|
|
|
|
|
|
|
L<http://annocpan.org/dist/Net-PMP-Profile> |
69
|
|
|
|
|
|
|
|
70
|
|
|
|
|
|
|
=item CPAN Ratings |
71
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
L<http://cpanratings.perl.org/d/Net-PMP-Profile> |
73
|
|
|
|
|
|
|
|
74
|
|
|
|
|
|
|
=item Search CPAN |
75
|
|
|
|
|
|
|
|
76
|
|
|
|
|
|
|
L<http://search.cpan.org/dist/Net-PMP-Profile/> |
77
|
|
|
|
|
|
|
|
78
|
|
|
|
|
|
|
=back |
79
|
|
|
|
|
|
|
|
80
|
|
|
|
|
|
|
|
81
|
|
|
|
|
|
|
=head1 ACKNOWLEDGEMENTS |
82
|
|
|
|
|
|
|
|
83
|
|
|
|
|
|
|
American Public Media and the Public Media Platform sponsored the development of this module. |
84
|
|
|
|
|
|
|
|
85
|
|
|
|
|
|
|
=head1 LICENSE AND COPYRIGHT |
86
|
|
|
|
|
|
|
|
87
|
|
|
|
|
|
|
Copyright 2013 American Public Media Group |
88
|
|
|
|
|
|
|
|
89
|
|
|
|
|
|
|
See the LICENSE file that accompanies this module. |
90
|
|
|
|
|
|
|
|
91
|
|
|
|
|
|
|
=cut |