X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-MandatorySubject.git;a=blobdiff_plain;f=Makefile.PL;h=5568145f13aa78e41d1c0d0fbf00ccaeb672a712;hp=62852852320559b5dc7432c9866fb44656693f79;hb=452c2f368cf7d58936dcc74f2cc44d45c5ab3ad5;hpb=7d39f609ac337e1eb5da1aae786b7471c00d3cd7 diff --git a/Makefile.PL b/Makefile.PL index 6285285..5568145 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,8 +3,9 @@ use inc::Module::Install; RTx('RT-Extension-MandatorySubject'); license('perl'); author('Emmanuel Lacour '); -version('0.01'); +version('0.03'); abstract_from('lib/RT/Extension/MandatorySubject.pm'); +repository 'git://git.home-dn.net/manu/RT-Extension-MandatorySubject.git'; &WriteAll;