Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Checking if your CPAN distributions need to bump their prereq versions

by stevieb (Canon)
on Jun 26, 2017 at 17:52 UTC ( [id://1193614]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Usage: checkdep PAUSEID [options]
    
    ...
    -m|--module     String; Work only on a specific distribution. (eg: Moc
    +k::Sub)
    -z|--zero       Include dependencies listed with a version of zero
    -h|--help       Display this help screen
    
  2. or download this
    use warnings;
    use strict;
    ...
    use Module::CheckDep::Version qw(check_deps);
    
    check_deps('STEVEB');
    
  3. or download this
        RPi-ADC-MCP3008:
            WiringPi::API:
    ...
        Devel-Examine-Subs:
            Mock::Sub:
                1.06 -> 1.07
    
  4. or download this
    check_deps('STEVEB', all => 1);
    
  5. or download this
    Devel-Examine-Subs:
        Test::Trap:
    ...
    RPi-LCD:
        ExtUtils::MakeMaker:
            6.72 -> 7.30
    
  6. or download this
    check_deps('STEVEB', module => 'RPi::WiringPi');
    
  7. or download this
    Pi-WiringPi:
        RPi::I2C:
            2.3602 -> 2.3603
        RPi::LCD:
            2.3601 -> 2.3603
    
  8. or download this
    my $data = check_deps('STEVEB', return => 1);
    
  9. or download this
    check_deps('STEVEB', handler => \&my_handler);
    
    ...
            }
        }
    }
    
  10. or download this
    App-RPi-EnvUI has dep Async::Event::Interval with listed ver 0.00 and 
    +updated ver 0.03
    Devel-Trace-Subs has dep Devel::Examine::Subs with listed ver 1.61 and
    + updated ver 1.69
    Devel-Trace-Subs has dep Mock::Sub with listed ver 1.01 and updated ve
    +r 1.07
    RPi-WiringPi has dep RPi::LCD with listed ver 2.3601 and updated ver 2
    +.3603
    RPi-WiringPi has dep RPi::I2C with listed ver 2.3602 and updated ver 2
    +.3603
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: CUFP [id://1193614]
Approved by marto
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-04-18 15:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found