NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Interesting sloccount problem... (Score:1)
Note to self, if not, write Perl::Sloccount.
Secondly, one interesting problem I've noticed is that when my codebases get to around 50,000 lines of code, they stop growing.
It's as if the rate at which problems can be factored out and moved into CPAN modules, plus general refactoring, cancels out the code growth for new features.
That or I guess I might be getting bored with that proble
Re:Interesting sloccount problem... (Score:1)
… SelfLoader?
Reply to This
Parent
Re:Interesting sloccount problem… (Score:1)
Test::Inline? Test::Pod::Snippets?