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
- Previous message: freeside/install/5.005/DBD-Pg-1.22-fixvercmp/eg ApacheDBI.pl,NONE,1.1 lotest.pl,NONE,1.1 notify_test.patch,NONE,1.1
- Next message: freeside/install/5.005/DBD-Pg-1.22-fixvercmp/t 00basic.t,NONE,1.1 01connect.t,NONE,1.1 01constants.t,NONE,1.1 01setup.t,NONE,1.1 02prepare.t,NONE,1.1 03bind.t,NONE,1.1 04execute.t,NONE,1.1 05fetch.t,NONE,1.1 06disconnect.t,NONE,1.1 07reuse.t,NONE,1.1 08txn.t,NONE,1.1 09autocommit.t,NONE,1.1 11quoting.t,NONE,1.1 12placeholders.t,NONE,1.1 13pgtype.t,NONE,1.1 15funct.t,NONE,1.1 99cleanup.t,NONE,1.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-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
- Previous message: freeside/install/5.005/DBD-Pg-1.22-fixvercmp/eg ApacheDBI.pl,NONE,1.1 lotest.pl,NONE,1.1 notify_test.patch,NONE,1.1
- Next message: freeside/install/5.005/DBD-Pg-1.22-fixvercmp/t 00basic.t,NONE,1.1 01connect.t,NONE,1.1 01constants.t,NONE,1.1 01setup.t,NONE,1.1 02prepare.t,NONE,1.1 03bind.t,NONE,1.1 04execute.t,NONE,1.1 05fetch.t,NONE,1.1 06disconnect.t,NONE,1.1 07reuse.t,NONE,1.1 08txn.t,NONE,1.1 09autocommit.t,NONE,1.1 11quoting.t,NONE,1.1 12placeholders.t,NONE,1.1 13pgtype.t,NONE,1.1 15funct.t,NONE,1.1 99cleanup.t,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list