Algorithm::Dependency::Source::Invert - Logically invert a source
my $inverted = Algorithm::Dependency::Source::Invert->new( $source );
This class creates a source from another source, but with all dependencies
reversed.
Algorithm::Dependency::Source, Algorithm::Dependency::Source::HoA
Bugs may be submitted through the RT bug tracker
<https://rt.cpan.org/Public/Dist/Display.html?Name=Algorithm-Dependency>
(or bug-Algorithm-Dependency@rt.cpan.org
<mailto:bug-Algorithm-Dependency@rt.cpan.org>).
Adam Kennedy <adamk@cpan.org>
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.