Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: why Test::More?

by choroba (Cardinal)
on Sep 10, 2013 at 13:15 UTC ( [id://1053256]=note: print w/replies, xml ) Need Help??


in reply to why Test::More?

Browse the t directory of any CPAN module. For example, XML::LibXML.
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Replies are listed 'Best First'.
Re^2: why Test::More?
by Anonymous Monk on Sep 10, 2013 at 14:28 UTC
    how do I find the 't' directory for a module?

      For any module on CPAN you'll find a consistent layout. Along the top, left-hand side, you'll see:

      author_link > distribution_link > module_name

      Follow the distribution link. In the top section of the page now displayed, you'll see Special Files where you'll find a link to MANIFEST (along with quite a few others).

      Follow the MANIFEST link. Now you'll see a list of links to all the files that make up the distribution. Scroll down until you find paths like t/xxxx.t. These are all the test files. You can look at the code directly from here: there's no need to download and unpack an entire distribution.

      -- Ken

      Download it from CPAN, unzip, untar it. The 't' directory does not get installed.
      Go to MetaCPAN , click links, find it :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-23 23:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found