fix dynamic generation skip bug
[scpubgit/System-Introspector-Report.git] / lib / System / Introspector / Report.pm
1 package System::Introspector::Report;
2
3 our $VERSION = '0.000001'; # 0.0.1
4
5 $VERSION = eval $VERSION;
6
7 1;
8
9 =head1 NAME
10
11 System::Introspector::Report - Description goes here
12
13 =head1 SYNOPSIS
14
15 =head1 DESCRIPTION
16
17 =head1 AUTHOR
18
19  Robert Sedlacek <r.sedlacek@shadowcat.co.uk>
20
21 =head1 CONTRIBUTORS
22
23 None yet - maybe this software is perfect! (ahahahahahahahahaha)
24
25 =head1 COPYRIGHT
26
27 Copyright (c) 2012 the System::Introspector::Report L</AUTHOR> and L</CONTRIBUTORS>
28 as listed above.
29
30 =head1 LICENSE
31
32 This library is free software and may be distributed under the same terms
33 as perl itself.