package Pg::Diff;

use strict;
use warnings;

our $VERSION = '0.01';

=head1 NAME

Pg::Diff - compare two PostgreSQL databases

=head1 SYNOPSIS

  pgdiff master slave

=cut


1;

__END__

=head1 EXPORT

Nothing.

=head1 SEE ALSO

L<http://pgdiff.sourceforge.net/> similar project written

=head1 AUTHOR

Dobrica Pavlinusic, E<lt>dpavlin@rot13.orgE<gt>

=head1 COPYRIGHT AND LICENSE

Copyright (C) 2003-2006 by Dobrica Pavlinusic

This library is free software; you can redistribute it and/or modify
it under the GPL v2 or later.

=cut

1;
