Embedix-DB
view release on metacpan or search on metacpan
DB/mysql.pm view on Meta::CPAN
package Embedix::DB::mysql;
use strict;
#_______________________________________
sub new {
}
#_______________________________________
sub DESTROY {
}
#_______________________________________
sub addDistro {
}
#_______________________________________
sub workOnDistro {
}
#_______________________________________
sub cloneDistro {
}
#_______________________________________
sub updateDistro {
}
#_______________________________________
sub getComponentList {
}
1;
__END__
=head1 NAME
Embedix::DB::mysql - MySQL back-end for Embedix::DB
=head1 SYNOPSIS
instantiation
$obj = Embedix::DB::mysql->new()
other examples
...
=head1 REQUIRES
=over 4
=item Embedix::mysql
=back
=head1 DESCRIPTION
a brief summary of the module written with users in mind.
=head1 METHODS
methods
=head1 CLASS VARIABLES
cvars
=head1 DIAGNOSTICS
error messages
=head1 COPYRIGHT
Copyright (c) 2000,2001 John BEPPU. All rights reserved. This program is
free software; you can redistribute it and/or modify it under the same
terms as Perl itself.
=head1 AUTHOR
John BEPPU <beppu@lineo.com>
( run in 1.159 second using v1.01-cache-2.11-cpan-39bf76dae61 )