Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^6: Path-Tiny-0.028 Path::Tiny on win32 turns C:/ or C:\ into C: / absolute / realpath are broken

by Anonymous Monk
on Aug 20, 2013 at 09:04 UTC ( [id://1050155]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ prove t\zzz-spec.t
    t\zzz-spec.t .. 1/?
    #   Failed test 'path('C:')'
    ...
    # Looks like you failed 1 test of 91.
    t\zzz-spec.t .. Dubious, test returned 1 (wstat 256, 0x100)
    Failed 1/91 subtests
    
  2. or download this
    $ perl -MCwd -le " print Cwd::getcwd(q{C:})"
    D:/perl/cpan/build
    
    $ perl -MCwd -le " print Cwd::realpath(q{C:})"
    C:/Documents and Settings/username
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1050155]
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: (5)
As of 2024-04-16 19:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found