freeside/install/5.005/DBD-Pg-1.22-fixvercmp/t/lib/App Info.pm,NONE,1.1.2.1
ivan
ivan at pouncequick.420.am
Thu Apr 29 02:40:13 PDT 2004
- Previous message: freeside/install/5.005/DBD-Pg-1.22-fixvercmp/t/lib/App/Info Handler.pm,NONE,1.1.2.1 RDBMS.pm,NONE,1.1.2.1 Request.pm,NONE,1.1.2.1 Util.pm,NONE,1.1.2.1
- Next message: freeside/install/5.005/DBIx-DBSchema-0.23-5.005kludge/t load-mysql.t,NONE,1.1.2.1 load-pg.t,NONE,1.1.2.1 load.t,NONE,1.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/install/5.005/DBD-Pg-1.22-fixvercmp/t/lib/App
In directory pouncequick:/tmp/cvs-serv11497/DBD-Pg-1.22-fixvercmp/t/lib/App
Added Files:
Tag: FREESIDE_1_4_BRANCH
Info.pm
Log Message:
adding DBD::Pg and DBIx::DBSchema for 5.005 on 1.4 branch too
--- NEW FILE: Info.pm ---
package App::Info;
# $Id: Info.pm,v 1.1.2.1 2004/04/29 09:40:08 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
- Previous message: freeside/install/5.005/DBD-Pg-1.22-fixvercmp/t/lib/App/Info Handler.pm,NONE,1.1.2.1 RDBMS.pm,NONE,1.1.2.1 Request.pm,NONE,1.1.2.1 Util.pm,NONE,1.1.2.1
- Next message: freeside/install/5.005/DBIx-DBSchema-0.23-5.005kludge/t load-mysql.t,NONE,1.1.2.1 load-pg.t,NONE,1.1.2.1 load.t,NONE,1.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list