File Coverage

blib/lib/LPDS.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package LPDS;
2              
3 1     1   19681 use 5.006;
  1         5  
  1         43  
4 1     1   7 use strict;
  1         2  
  1         35  
5 1     1   5 use warnings;
  1         6  
  1         62  
6              
7             =head1 NAME
8              
9             LPDS - Help you decide a laptop
10              
11             =head1 VERSION
12              
13             Version 0.02
14              
15             =cut
16              
17             our $VERSION = '0.02';
18              
19              
20             =head1 SYNOPSIS
21              
22             Just run it:
23              
24             perl LPDS.pl
25              
26             =head1 DESCRIPTION
27              
28             This is a GUI software which lists hardwares of different laptops in a table, and compare laptop hardwares using graph.
29             It might provide you some help to decide which laptop to buy.
30              
31             =head1 AUTHOR
32              
33             "Xi Yang", C<< <"yangx at im.ac.cn"> >>
34              
35             =head1 BUGS
36              
37             Please report any bugs or feature requests to C<bug-lpds at rt.cpan.org>, or through
38             the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=LPDS>. I will be notified, and then you'll
39             automatically be notified of progress on your bug as I make changes.
40              
41              
42              
43              
44             =head1 SUPPORT
45              
46             You can find documentation for this module with the perldoc command.
47              
48             perldoc LPDS
49              
50              
51             You can also look for information at:
52              
53             =over 4
54              
55             =item * RT: CPAN's request tracker (report bugs here)
56              
57             L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=LPDS>
58              
59             =item * AnnoCPAN: Annotated CPAN documentation
60              
61             L<http://annocpan.org/dist/LPDS>
62              
63             =item * CPAN Ratings
64              
65             L<http://cpanratings.perl.org/d/LPDS>
66              
67             =item * Search CPAN
68              
69             L<http://search.cpan.org/dist/LPDS/>
70              
71             =back
72              
73              
74             =head1 ACKNOWLEDGEMENTS
75              
76              
77             =head1 LICENSE AND COPYRIGHT
78              
79             Copyright 2012 "Xi Yang".
80              
81             This program is free software; you can redistribute it and/or modify it
82             under the terms of either: the GNU General Public License as published
83             by the Free Software Foundation; or the Artistic License.
84              
85             See http://dev.perl.org/licenses/ for more information.
86              
87              
88             =cut
89              
90             1; # End of LPDS