in reply to Getting modules dependecies without installing
I just installed "Data::Dump::Streamer" on my laptop earlier today, to try out something posted by another monk. Looking at the unpacked tar file from CPAN just now, I found a file called "META.yml", and in that file, I saw:
So, I don't know if every CPAN module tar file includes a "META.yml" file, but if any of them lack this particular feature, then either the module in quesstion has no dependencies, or else there must be some other plain text file in the distro tarball that gives the dependency info.# http://module-build.sourceforge.net/META-spec.html #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX +# name: Data-Dump-Streamer version: 1.10 version_from: lib/Data/Dump/Streamer.pm installdirs: site requires: Algorithm::Diff: 1.15 Data::Dumper: 2.121 Test::More: Text::Balanced: 1.95 distribution_type: module generated_by: ExtUtils::MakeMaker version 6.17
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Getting modules dependecies without installing
by stvn (Monsignor) on Aug 02, 2004 at 02:12 UTC |