/
usr
/
lib64
/
perl5
/
/usr/lib64/perl5
mkdir
upload
Name
Size
Mode
Actions
5.10.0/
-
0755
rm
asm/
-
0755
rm
asm-generic/
-
0755
rm
auto/
-
0755
rm
B/
-
0755
rm
bits/
-
0755
rm
Bundle/
-
0755
rm
Compress/
-
0755
rm
CORE/
-
0755
rm
Data/
-
0755
rm
DBD/
-
0755
rm
DBI/
-
0755
rm
Devel/
-
0755
rm
Digest/
-
0755
rm
Encode/
-
0755
rm
File/
-
0755
rm
Filter/
-
0755
rm
gnu/
-
0755
rm
Hash/
-
0755
rm
HTML/
-
0755
rm
I18N/
-
0755
rm
IO/
-
0755
rm
IPC/
-
0755
rm
JSON/
-
0755
rm
linux/
-
0755
rm
List/
-
0755
rm
machine/
-
0755
rm
Math/
-
0755
rm
MIME/
-
0755
rm
PerlIO/
-
0755
rm
Scalar/
-
0755
rm
Storable/
-
0755
rm
Sub/
-
0755
rm
Sys/
-
0755
rm
sys/
-
0755
rm
Text/
-
0755
rm
threads/
-
0755
rm
Time/
-
0755
rm
Unicode/
-
0755
rm
vendor_perl/
-
0755
rm
version/
-
0755
rm
attrs.pm
1435
0644
edit
dl
rm
B.pm
25706
0644
edit
dl
rm
Config.pm
2747
0644
edit
dl
rm
Config.pod
226574
0644
edit
dl
rm
Config_git.pl
409
0644
edit
dl
rm
Config_heavy.pl
39469
0644
edit
dl
rm
Cwd.pm
21167
0644
edit
dl
rm
DB_File.pm
63535
0644
edit
dl
rm
DynaLoader.pm
25033
0644
edit
dl
rm
Encode.pm
29731
0644
edit
dl
rm
encoding.pm
19892
0644
edit
dl
rm
endian.ph
4153
0644
edit
dl
rm
Errno.pm
7659
0644
edit
dl
rm
Fcntl.pm
5445
0644
edit
dl
rm
features.ph
13326
0644
edit
dl
rm
GDBM_File.pm
1819
0644
edit
dl
rm
IO.pm
1401
0644
edit
dl
rm
lib.pm
6853
0644
edit
dl
rm
mro.pm
11101
0644
edit
dl
rm
NDBM_File.pm
2519
0644
edit
dl
rm
O.pm
4208
0644
edit
dl
rm
Opcode.pm
15490
0644
edit
dl
rm
ops.pm
997
0644
edit
dl
rm
perllocal.pod
25020
0644
edit
dl
rm
POSIX.pm
21011
0644
edit
dl
rm
POSIX.pod
58624
0644
edit
dl
rm
re.pm
14817
0644
edit
dl
rm
Roadmap.pod
15161
0644
edit
dl
rm
SDBM_File.pm
2515
0644
edit
dl
rm
signal.ph
4120
0644
edit
dl
rm
Socket.pm
9984
0644
edit
dl
rm
stdarg.ph
2950
0644
edit
dl
rm
stddef.ph
11607
0644
edit
dl
rm
Storable.pm
40995
0644
edit
dl
rm
syscall.ph
86
0644
edit
dl
rm
syslimits.ph
454
0644
edit
dl
rm
syslog.ph
85
0644
edit
dl
rm
TASKS.pod
1666
0644
edit
dl
rm
threads.pm
34385
0644
edit
dl
rm
time.ph
4602
0644
edit
dl
rm
version.pm
3192
0444
edit
dl
rm
version.pod
9854
0444
edit
dl
rm
wait.ph
83
0644
edit
dl
rm
xlocale.ph
156
0644
edit
dl
rm
XSLoader.pm
10523
0644
edit
dl
rm
_h2ph_pre.ph
11448
0644
edit
dl
rm
Edit:
/usr/lib64/perl5/TASKS.pod
(1666B)
=head1 NAME TASKS - Want to help? These things need doing... =head2 Increase test coverage More tests need to be added to test the codes that not urrently being tested. It's pretty poor right now: http://pjcj.sytes.net/cover/latest/DBI-1.52/coverage.html Start with improving the subroutine coverage http://pjcj.sytes.net/cover/latest/DBI-1.52/blib-lib-DBI-pm--subroutine.html =head2 Test the proxy The current t/80proxy.t is isolated from the rest of the test suite so actually tests very little, and what it does test is duplicating other tests. Ideally the proxy should be tested in the same way as DBI::PurePerl. In other words, by creating wrappers test files for each test file that set $ENV{DBI_AUTOPROXY} and run the original test. They'll also need to start and stop a proxy server. =head2 Fixing bugs The official bug list is here: http://rt.cpan.org/NoAuth/Bugs.html?Dist=DBI Naturally I'll offer direction and guidance on any you want to tackle. I've also got a few that could be entered into rt.cpan.org. =head2 Others General: Protect trace_msg from SIGPIPE? prepare(...,{ Err=>\my $isolated_err, ...}) Add trace module that just records the last N trace messages into an array and prepends them to any error message to provide context for the error. Document DBI_PROFILE_FLOCK and LockFile attrib in DBI::ProfileData and DBI::ProfileDumper Performance: Move _new_sth to DBI::db::_new_sth (leave alias) and implement in C Or call _new_child and move to DBI::common? Implement FETCH_many() in C Add high-res dbi_time for windows - via Time::HiRes glob replace dbi_time()? =cut
Save
cmd:
run