- 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
- or download this
use warnings;
use strict;
...
use Module::CheckDep::Version qw(check_deps);
check_deps('STEVEB');
- or download this
RPi-ADC-MCP3008:
WiringPi::API:
...
Devel-Examine-Subs:
Mock::Sub:
1.06 -> 1.07
- or download this
check_deps('STEVEB', all => 1);
- or download this
Devel-Examine-Subs:
Test::Trap:
...
RPi-LCD:
ExtUtils::MakeMaker:
6.72 -> 7.30
- or download this
check_deps('STEVEB', module => 'RPi::WiringPi');
- or download this
Pi-WiringPi:
RPi::I2C:
2.3602 -> 2.3603
RPi::LCD:
2.3601 -> 2.3603
- or download this
my $data = check_deps('STEVEB', return => 1);
- or download this
check_deps('STEVEB', handler => \&my_handler);
...
}
}
}
- 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