table of contents
| Algorithm::Dependency::Source::Invert(3pm) | User Contributed Perl Documentation | Algorithm::Dependency::Source::Invert(3pm) |
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 <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>).
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.
| 2025-09-18 | perl v5.40.1 |