You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transcribed verbatim from CPAN RT#81576, warts and all.
Fri Nov 30 09:05:10 2012 DOHERTY [...] cpan.org - Ticket created
Subject: dbiprof: Can't set --number to "all"
When you try to set number to "all", which is supposed to show all
results, instead of a finite number, GetOptions tells you that it
expected a number, as required by the 'number=i' spec.
mike@doherty:~ $ dbiprof --number=all
Value "all" invalid for option number (number expected)
You'll probably have to use your own sub to make the behaviour match the
documentation. Or, use 0 to mean "all results." Note that you can't pass
either 0 or all to DBI::ProfileData::report to get all the reports -
you'll need to get the actual number via DBI::ProfileData::count.
The text was updated successfully, but these errors were encountered:
Transcribed verbatim from CPAN RT#81576, warts and all.
Fri Nov 30 09:05:10 2012 DOHERTY [...] cpan.org - Ticket created
Subject: dbiprof: Can't set --number to "all"
When you try to set number to "all", which is supposed to show all
results, instead of a finite number, GetOptions tells you that it
expected a number, as required by the 'number=i' spec.
mike@doherty:~ $ dbiprof --number=all
Value "all" invalid for option number (number expected)
You'll probably have to use your own sub to make the behaviour match the
documentation. Or, use 0 to mean "all results." Note that you can't pass
either 0 or all to DBI::ProfileData::report to get all the reports -
you'll need to get the actual number via DBI::ProfileData::count.
The text was updated successfully, but these errors were encountered: