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.
you might be interested in mayfly (Score:2)
I haven't had a chance to build the maypole side yet but I have some CDBI classes that work with an existing bugzilla database.
I am giving very serious thought to breaking backwards compatbility and providing a migration script rather than keeping the bugzilla database exactly as it is.
let me know what other bits you'd like
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Re:you might be interested in mayfly (Score:2)
Re:you might be interested in mayfly (Score:2)
This is why it will break backwards compatibility and require a migration script.
But you do know that bugzilla is trivial to hack on, right? The pages are all TT and the code was simple to modify last time I worked with it.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Re:you might be interested in mayfly (Score:1)
I advise anyone considering believing that statement to download Bugzilla and read Bugzilla/Search.pm, checksetup.pl, and buglist.cgi; then try to determine what you need to do to add a searchable and displayable parameter.
Extrapolate that thought, then, to 200 or so source files.
rjbs
Reply to This
Parent
Re:you might be interested in mayfly (Score:2)
The big search page is scary and horrible and best ignored.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;