NAME
Algorithm::Dependency::Source::Invert - Logically invert a source
VERSION
version 1.112
SYNOPSIS
my $inverted = Algorithm::Dependency::Source::Invert->new( $source );
DESCRIPTION
This class creates a source from another source, but with all dependencies reversed.
SEE ALSO
Algorithm::Dependency::Source, Algorithm::Dependency::Source::HoA
SUPPORT
Bugs may be submitted through the RT bug tracker (or bug-Algorithm-Dependency@rt.cpan.org).
AUTHOR
Adam Kennedy <adamk@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2003 by Adam Kennedy.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.