juo has asked for the wisdom of the Perl Monks concerning the following question:

Hello, Lately I was looking for a web based issue manager for reporting requests and bugs with some Perl development I have done and I found a great tool using MDB file at

http://www.ultraapps.com/appdetails.asp?app_id=1

It works great and does everything I need. However the language it is written in is VB. I was hoping if I could find something out of the box in Perl so that I can modify it more easy myself. Does anybody know of some freeware open source for this ? Pieter

Replies are listed 'Best First'.
Re: Issue Manager in Perl/ASP language
by olivierp (Hermit) on Oct 29, 2004 at 10:45 UTC
    A bit of Googling would have found this for you. Search for "RT" on this page .
    It may be what you are looking for.
    This goes directly to the product feature page, where you can check if the license suits you.
    HTH
    --
    Olivier
Re: Issue Manager in Perl/ASP language
by jdtoronto (Prior) on Oct 29, 2004 at 15:36 UTC
    RT is popular - it is used for the bug reporting on cpan.

    There is also Bugzilla which is also in Perl and is used by many open-source projects.

    jdtoronto