File Coverage

blib/lib/Net/Netflix.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Net::Netflix;
2              
3 1     1   26785 use warnings;
  1         1  
  1         32  
4 1     1   5 use strict;
  1         1  
  1         74  
5              
6             =head1 NAME
7              
8             Net::Netflix - Please see updated module at WWW::Netflix.
9              
10             =head1 VERSION
11              
12             Version 0.05
13              
14             =cut
15              
16             our $VERSION = '0.05';
17              
18              
19             =head1 SYNOPSIS
20              
21             This module has moved to WWW::Netflix. Please download the updated
22             module from the new namespace.
23              
24             =cut
25              
26             die "\n ** This module has moved to WWW::Netflix. **",
27             "\n ** Please download and install WWW::Netflix from CPAN. ** \n\n";
28              
29             =head1 AUTHOR
30              
31             Christie Robertson and Colin Meyer, C<< >>
32              
33             =cut
34              
35             1; # End of Net::Netflix