freeside/install/5.005/DBD-Pg-1.22-fixvercmp/t/lib/App Info.pm,NONE,1.1

ivan ivan at pouncequick.420.am
Thu Apr 29 02:21:33 PDT 2004


Update of /home/cvs/cvsroot/freeside/install/5.005/DBD-Pg-1.22-fixvercmp/t/lib/App
In directory pouncequick:/tmp/cvs-serv10700/DBD-Pg-1.22-fixvercmp/t/lib/App

Added Files:
	Info.pm 
Log Message:
adding DBD::Pg and DBIx::DBSchema for 5.005.  argh freebsd and solaris!

--- NEW FILE: Info.pm ---
package App::Info;

# $Id: Info.pm,v 1.1 2004/04/29 09:21:28 ivan Exp $

=head1 NAME

App::Info - Information about software packages on a system

=head1 SYNOPSIS

  use App::Info::Category::FooApp;

  my $app = App::Info::Category::FooApp->new;

  if ($app->installed) {
      print "App name: ", $app->name, "\n";
      print "Version:  ", $app->version, "\n";
      print "Bin dir:  ", $app->bin_dir, "\n";
  } else {
[...1128 lines suppressed...]
App::Info::Handler subclasses.

=over 4

=item L<App::Info::Handler::Print|App::Info::Handler::Print>

=item L<App::Info::Handler::Carp|App::Info::Handler::Carp>

=item L<App::Info::Handler::Prompt|App::Info::Handler::Prompt>

=back

=head1 COPYRIGHT AND LICENSE

Copyright (c) 2002, 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




More information about the freeside-commits mailing list