ACIL FM
Dark
Refresh
Current DIR:
/home/.cpan/build/Test-Exception-0.43-0/t
/
home
.cpan
build
Test-Exception-0.43-0
t
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
caller.t
702 B
chmod
View
DL
Edit
Rename
Delete
edge-cases.t
2.07 MB
chmod
View
DL
Edit
Rename
Delete
Exception.t
4.44 MB
chmod
View
DL
Edit
Rename
Delete
import.t
189 B
chmod
View
DL
Edit
Rename
Delete
isa.t
409 B
chmod
View
DL
Edit
Rename
Delete
lives_and.t
880 B
chmod
View
DL
Edit
Rename
Delete
preserve.t
488 B
chmod
View
DL
Edit
Rename
Delete
return.t
1.43 MB
chmod
View
DL
Edit
Rename
Delete
rt.t
550 B
chmod
View
DL
Edit
Rename
Delete
stacktrace.t
1 MB
chmod
View
DL
Edit
Rename
Delete
throws_ok.t
205 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/.cpan/build/Test-Exception-0.43-0/t/rt.t
use strict; use warnings; use Test::More 'no_plan'; use Test::Exception; { package Foo; use Carp qw( confess ); sub an_abstract_method { shift->subclass_responsibility; } sub subclass_responsibility { my $class = shift; my $method = (caller(1))[3]; $method =~ s/.*:://; confess( "abstract method '$method' not implemented for $class" ); } } throws_ok { Foo->an_abstract_method } qr/abstract method 'an_abstract_method'/, 'RT 11846: throws_ok breaks tests that depend on caller stack: working';
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply