Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
ExtUtils::Install is for blib
D:\> md extutils-installed-t D:\> cd extutils-installed-t D:\extutils-installed-t> D:\extutils-installed-t>h2xs -AXn Testi Defaulting to backwards compatibility with perl 5.8.7 If you intend this module to be compatible with earlier perl versions, + please specify a minimum perl version with the -b option. Writing Testi/lib/Testi.pm Writing Testi/Makefile.PL Writing Testi/README Writing Testi/t/Testi.t Writing Testi/Changes Writing Testi/MANIFEST D:\extutils-installed-t>cd Testi D:\extutils-installed-t\Testi>perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Testi D:\extutils-installed-t\Testi>nmake test Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. cp lib/Testi.pm blib\lib\Testi.pm D:\perl\theoryx5\Perl\bin\perl.exe "-MExtUtils::Command::MM" " +-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/* .t t/Testi....ok All tests successful. Files=1, Tests=1, 0 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 C +PU) D:\extutils-installed-t\Testi>perl -MExtUtils::Install -e "install({ @ +ARGV } )" blib/lib ../daBOMBlib Installing ..\daBOMBlib\Testi.pm D:\extutils-installed-t\Testi>cdt .. D:\extutils-installed-t>perl -IdaBOMBlib -MTesti -e"die Testi->VERSION +" 0.01 at -e line 1. D:\extutils-installed-t>tree /f /a D:. | +---daBOMBlib | Testi.pm | \---Testi | Changes | Makefile | Makefile.PL | MANIFEST | pm_to_blib | README | +---blib | +---arch | | | .exists | | | | | \---auto | | \---Testi | | .exists | | | +---bin | | .exists | | | +---lib | | | .exists | | | Testi.pm | | | | | \---auto | | \---Testi | | .exists | | | +---man1 | | .exists | | | +---man3 | | .exists | | | \---script | .exists | +---lib | Testi.pm | \---t Testi.t D:\extutils-installed-t>

In reply to Re: Installing modules to a private module directory by Anonymous Monk
in thread Installing modules to a private module directory by Dominus

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-19 23:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found