Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: Should Test::Most import strict and warnings?

by Ovid (Cardinal)
on Feb 05, 2010 at 12:45 UTC ( [id://821550]=note: print w/replies, xml ) Need Help??


in reply to Re: Should Test::Most import strict and warnings?
in thread Should Test::Most import strict and warnings?

Test::Most, not Test::More. That's a very important difference here.

  • Comment on Re^2: Should Test::Most import strict and warnings?

Replies are listed 'Best First'.
Re^3: Should Test::Most import strict and warnings?
by JavaFan (Canon) on Feb 05, 2010 at 14:34 UTC
    Test::Most, not Test::More. That's a very important difference here.
    Sorry, I'm just used to typing Test::More.

    But that doesn't change my arguments. I wouldn't want any module to turn on a pragma in the calling scope - unless that is its specific purpose. turn::on::all::pragmata should turn it on. But not something from the Test::* namespace.

      I'd say that reducing boilerplate code is one of the main advantages of Test::Most, so I think it will be logically if it will enable strict and warnings. The people who don't love surprises and magic can always replace it with:

      use strict; use warnings; use Test::More; use Test::Exception; use Test::Differences; use Test::Deep; use Test::Warn;
        It's not that I think the person typing in use Test::Most will be surprised.

        It's the person inheriting the code.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-25 06:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found