Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Listing bundle contents and dependencies

by Anonymous Monk
on Nov 08, 2017 at 19:33 UTC ( [id://1202975]=note: print w/replies, xml ) Need Help??


in reply to Listing bundle contents and dependencies

You could use local::lib to install the target bundle to an empty directory, and then see what else ends up installed in there. Depending on how deep into this you want to go you may end up wanting to test for different versions of Perl using perlbrew. If you want to create a database you could set up a pinto server. For diffing the before-and-after of a directory, I think local::lib will be easiest - but you could always do a `git init; git add .; git commit -m 'init'` beforehand, do the install, then check `git status` afterwards.
  • Comment on Re: Listing bundle contents and dependencies

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-23 15:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found