From: Emmanuel Lacour Date: Wed, 11 May 2011 15:37:54 +0000 (+0200) Subject: Update MANIFEST and META.yml X-Git-Tag: 0.04 X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-MandatorySubject.git;a=commitdiff_plain;h=HEAD;ds=sidebyside Update MANIFEST and META.yml --- diff --git a/MANIFEST b/MANIFEST index 72f50d0..29b2ffe 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,15 +1,22 @@ Changes +html/Callbacks/MandatorySubject/index.html/Initial +html/Callbacks/MandatorySubject/SelfService/Create.html/BeforeCreate +html/Callbacks/MandatorySubject/Ticket/Create.html/BeforeCreate inc/Module/Install.pm -inc/Module/Install/RTx.pm inc/Module/Install/Base.pm -inc/Module/Install/Metadata.pm -inc/Module/Install/Makefile.pm -inc/Module/Install/WriteAll.pm -inc/Module/Install/Win32.pm inc/Module/Install/Can.pm inc/Module/Install/Fetch.pm -MANIFEST +inc/Module/Install/Makefile.pm +inc/Module/Install/Metadata.pm +inc/Module/Install/RTx.pm +inc/Module/Install/Win32.pm +inc/Module/Install/WriteAll.pm +lib/RT/Extension/MandatorySubject.pm Makefile.PL +MANIFEST +META.yml README -html/Callbacks/MandatorySubject/Ticket/Create.html/BeforeCreate -html/Callbacks/MandatorySubject/SelfService/Create.html/BeforeCreate +t/00-load.t +t/boilerplate.t +t/pod-coverage.t +t/pod.t diff --git a/META.yml b/META.yml index bcba1d5..d7375b8 100644 --- a/META.yml +++ b/META.yml @@ -1,11 +1,25 @@ -abstract: Enforce users to fill the subject when creating a ticket -author: 'Emmanuel Lacour ' +--- +abstract: 'Enforce users to fill the subject when creating a ticket' +author: + - 'Emmanuel Lacour, C<< >>' + - 'Emmanuel Lacour ' +build_requires: + ExtUtils::MakeMaker: 6.42 +configure_requires: + ExtUtils::MakeMaker: 6.42 distribution_type: module -generated_by: Module::Install version 0.77 +generated_by: 'Module::Install version 1.00' license: perl +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 name: RT-Extension-MandatorySubject no_index: directory: - html - inc + - t +resources: + license: http://dev.perl.org/licenses/ + repository: git://git.home-dn.net/manu/RT-Extension-MandatorySubject.git version: 0.03