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

Re^4: Module packlists vs. vendors

by mbethke (Hermit)
on Sep 08, 2012 at 04:30 UTC ( [id://992424]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ mkdir tempjunk
    $ cd tempjunk
    $ h2xs -AX Foo
    ...
            `-- ../man/man3/Foo.3pm
    
    18 directories, 22 files
    
  2. or download this
    $ make install_site
    Appending installation info to ../lib/perl5/x86_64-linux-thread-multi/
    +perllocal.pod
    $ find .. -name .packlist
    ../lib/perl5/x86_64-linux-thread-multi/auto/Foo/.packlist
    
  3. or download this
    pure_site_install :: all
            $(NOECHO) $(MOD_INSTALL) \
                    read $(SITEARCHEXP)/auto/$(FULLEXT)/.packlist \
    ...
                    $(INST_SCRIPT) $(DESTINSTALLVENDORSCRIPT) \
                    $(INST_MAN1DIR) $(DESTINSTALLVENDORMAN1DIR) \
                    $(INST_MAN3DIR) $(DESTINSTALLVENDORMAN3DIR)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-03-19 11:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found