On 01/17/2013 09:49 AM, Daniel De Marco wrote: > Hi All, > > I wrote a trivial extension to add buttons to the Dates panel in the > ticket display to quickly set the due date of the ticket to tomorrow, > next week or next month. > > If anyone is interested it's at > https://github.com/leinaddm/RT-Extension-DueButtons
You may be interested in using Module::Install::RTx to provide a standard Makefile.PL that can be used to install your extension to RT. See https://github.com/bestpractical/rt/blob/e7d1df9/docs/writing-extensions.pod for work-in-progress documentation on writing extensions; it covers the Module::Install::RTx parts.
