The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CPANPLUS::Shell::Default::Plugins::Diff

SYNOPSIS

    ### diff version 1.3 and 1.4
    CPAN Terminal> /diff DBI 1.3 1.4

    ### diff version 1.3 against the most recent on CPAN
    CPAN Terminal> /diff DBI 1.3 

    ### diff your installed version against the most 
    ### recent on CPAN
    CPAN Terminal> /diff DBI 

    ### use context style diff
    ### other options are: Unified, OldStyle
    CPAN Terminal> /diff DBI --style=Context

    ### list help from withing the shell:
    CPAN Terminal> /? diff 

DESCRIPTION

This plugin allows you to diff 2 versions of modules and see what code changes have taken place.

AUTHOR

This module by Jos Boumans <kane@cpan.org>.

COPYRIGHT

Copyright (c) 2005, Jos Boumans <kane@cpan.org>. All rights reserved.

This library is free software; you may redistribute and/or modify it under the same terms as Perl itself.

SEE ALSO

CPANPLUS::Shell::Default, cpanp, CPANPLUS::Shell::Default::Plugins::HOWTO