1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 8 hours ago.
Jul 06, 2025 — Jul 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Preparing HTML::Table::FromDatabase 0.06 for release. More... almost 17 years ago
Don't bother outputting a block of HTML needlessly while testing. More... almost 17 years ago
Apply patch from Ireneusz Pluta from RT ticket #50164. More... almost 17 years ago
Use the override_headers option correctly when testing it More... almost 17 years ago
Brainfart. More... almost 17 years ago
Don't bother storing a mock object in $mock each time, just use -sth => mocked_sth() directly. More... almost 17 years ago
Add tests for -override_headers / -rename_headers options, before fixing bug reported in RT ticket #50164 by Ireneusz Pluta. More... almost 17 years ago
Y'know what? Fuck it, the auto_links option can wait; messing around with Regexp::Common was getting messy and unnecessary heavy. KISS, don't try to do everything. More... almost 17 years ago
Declare a dependence on Regexp::Common More... almost 17 years ago
Add -auto_links option, to automatically turn URLs within the data into links. More... almost 17 years ago
Use C<> instead of I<> for options. More... almost 17 years ago
Document the override_headers / rename_headers options properly. Should have done this earlier - d'oh! More... almost 17 years ago
0.04 of HTML::Table::FromDatabase - supporting new -override_headers and -rename_headers options, and passing the $row hashref to callbacks in case they need to see the rest of the row to do whatever magic they intend to do. More... almost 17 years ago
Remove leftover commented out line. (Came here figuring out a test fail report, which has already been fixed (skipping tests if HTML::Strip not installed) but hasn't been re-released yet. More... over 17 years ago
Add DEPENDENCIES block to POD for HTML::Table::FromDatabase, mentioning HTML::Strip being required if using -html => 'strip' More... over 17 years ago
Don't attempt to perform HTML-stripping tests if HTML::Strip isn't available (as it will fail). More... over 17 years ago
Compare with like(), not ok($foo =~ /bar/) More... over 17 years ago
Add '-html' option to HTML::Table::FromDatabase, to allow HTML to be automatically stripped or escaped if required. More... over 17 years ago
Moving Perl modules to new path projects/perl/modules More... almost 18 years ago
Stupid POD error More... almost 18 years ago
Stupid typo. More... almost 18 years ago
Version bump and changelog update, preparing to release 0.02 More... almost 18 years ago
Add new mock test script to MANIFEST More... almost 18 years ago
Document the new callbacks feature. More... almost 18 years ago
Test callbacks matching the cell value too. More... almost 18 years ago
Proper test suite, using Test::MockObject to provide a fake statement handle. More... almost 18 years ago
Add ability to supply callbacks/transformations to allow data to be munged on its way into the table. More... almost 18 years ago
A couple of changes to appease the ancient perl on cyborg. More... almost 18 years ago
Add $Id$ tags to Makefile.PL, Changes and README. More... almost 18 years ago
Add example usage script to MANIFEST More... almost 18 years ago