logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Algorithm::Dependency::Source::Invert - Logically invert a source

Author

       Adam Kennedy <adamk@cpan.org>

Description

       This class creates a source from another source, but with all dependencies reversed.

Name

       Algorithm::Dependency::Source::Invert - Logically invert a source

See Also

       Algorithm::Dependency::Source, Algorithm::Dependency::Source::HoA

Support

       To file a bug against this module, use the CPAN bug tracking system

       <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Algorithm-Dependency>

       For other comments, contact the author.

Synopsis

         my $inverted = Algorithm::Dependency::Source::Invert->new( $source );

See Also