- or download this
use warnings;
use strict;
...
printf "%s: %s\n", $_, $mc->module($_)->version;
}
- or download this
Test::BrewBuild: 2.20
RPi::WiringPi: 2.3628
Devel::Examine::Subs: 1.69
- or download this
use warnings;
use strict;
...
print "$module_name: $module_version\n";
}