Thread Zuweisung an Array in Test::More::use_ok() (11 answers)
Opened by barney at 2025-03-03 14:40

rosti
 2025-03-05 13:26
#196936 #196936
User since
2011-03-19
3561 Artikel
BenutzerIn
[Homepage]
user image
Und die Rechtfertigung steht in der POD zu:

Code: (dl )
1
2
3
4
5
6
7
# Can't use Carp because it might cause C<use_ok()> to accidentally succeed
# even though the module being used forgot to use Carp. Yes, this
# actually happened.
sub _carp {
my( $file, $line ) = ( caller(1) )[ 1, 2 ];
return warn @_, " at $file line $line\n";
}


Alles klar ;)
http://blog.rolfrost.de/

The art of steam.

View full thread Zuweisung an Array in Test::More::use_ok()