File Coverage

blib/lib/URI/Collection.pm
Criterion Covered Total %
statement 1 1 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 2 2 100.0


line stmt bran cond sub pod time code
1             package URI::Collection;
2             BEGIN {
3 1     1   26430 $URI::Collection::AUTHORITY = 'cpan:GENE';
4             }
5             # ABSTRACT: RETIRED Input and output link collections in different formats
6              
7             our $VERSION = '0.0802_1';
8              
9             1;
10              
11             =head1 NAME
12              
13             URI::Collection - RETIRED Input and output link collections in different formats
14              
15             =head1 SYNOPSIS
16              
17             use Something::Else qw(:for_now);
18              
19             =head1 DESCRIPTION
20              
21             C is a module that used to input and output link collections in
22             different formats. That was before JSON emerged.
23              
24             I'll have to re-visit this, handle "all versions of all possible browsers" and
25             intelligently munge bookmarks (e.g. deduplicated by category).
26              
27             =head1 AUTHOR
28              
29             Gene Boggs Egene@cpan.orgE
30              
31             =head1 COPYRIGHT
32              
33             Copyright 2012, Gene Boggs
34              
35             =head1 LICENSE
36              
37             This program is free software; you can redistribute or modify it under the same
38             terms as Perl itself.
39              
40             =cut