—package
App::Info::Lib;
# $Id: Lib.pm 3154 2006-09-16 00:01:20Z theory $
use
strict;
use
App::Info;
@ISA
=
qw(App::Info)
;
$VERSION
=
'0.51'
;
1;
__END__
=head1 NAME
App::Info::Lib - Information about software libraries on a system
=head1 DESCRIPTION
This class is an abstract base class for App::Info subclasses that provide
information about specific software libraries. Its subclasses are required to
implement its interface. See L<App::Info|App::Info> for a complete
description, and L<App::Info::Lib::Iconv|App::Info::Lib::Iconv> for an example
implementation.
=head1 INTERFACE
Currently, App::Info::Lib adds no more methods than those from its parent
class, App::Info.
=head1 BUGS
Please send bug reports to <bug-app-info@rt.cpan.org> or file them at
=head1 AUTHOR
David Wheeler <david@justatheory.com>
=head1 SEE ALSO
L<App::Info|App::Info>,
L<App::Info::Lib::Iconv|App::Info::Lib::Iconv>,
L<App::Info::Lib::Expat|App::Info::Lib::Expat>
=head1 COPYRIGHT AND LICENSE
Copyright (c) 2002-2006, David Wheeler. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the
same terms as Perl itself.
=cut