Update MANIFEST and META.xml
authorEmmanuel Lacour <elacour@easter-eggs.com>
Wed, 25 May 2011 09:52:43 +0000 (11:52 +0200)
committerEmmanuel Lacour <elacour@easter-eggs.com>
Wed, 25 May 2011 09:52:43 +0000 (11:52 +0200)
MANIFEST
META.yml

index 63a0045..2fc5468 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,20 +1,23 @@
 Changes
 Changes
-html/Callbacks/Results-ODS/Search/Results.html/SearchActions
+html/Callbacks/Results-ODS/Elements/Tabs/Privileged
 html/Callbacks/Results-ODS/Search/Elements/ResultViews/AfterTools
 html/Callbacks/Results-ODS/Search/Elements/ResultViews/AfterTools
+html/Callbacks/Results-ODS/Search/Results.html/SearchActions
 html/Search/Results.ods
 inc/Module/Install.pm
 html/Search/Results.ods
 inc/Module/Install.pm
-inc/Module/Install/RTx.pm
 inc/Module/Install/Base.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
 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/SearchResults/ODS.pm
 Makefile.PL
 Makefile.PL
+MANIFEST
+META.yml
 README
 README
-lib/RT/Extension/SearchResults/ODS.pm
 t/00-load.t
 t/00-load.t
+t/boilerplate.t
 t/pod-coverage.t
 t/pod.t
 t/pod-coverage.t
 t/pod.t
index f07878d..83f892d 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,12 +1,27 @@
-abstract: Add OpenDocument SpreadSheet format export to RT search results
-author: 'Emmanuel Lacour <elacour@home-dn.net>'
+---
+abstract: 'Add Excel format export to RT search results'
+author:
+  - 'Emmanuel Lacour, C<< <elacour at home-dn.net> >>'
+  - 'Emmanuel Lacour <elacour@home-dn.net>'
+build_requires:
+  ExtUtils::MakeMaker: 6.42
+configure_requires:
+  ExtUtils::MakeMaker: 6.42
 distribution_type: module
 distribution_type: module
-generated_by: Module::Install version 0.71
+generated_by: 'Module::Install version 1.00'
 license: perl
 license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
 name: RT-Extension-SearchResults-ODS
 no_index:
   directory:
     - html
     - inc
     - t
 name: RT-Extension-SearchResults-ODS
 no_index:
   directory:
     - html
     - inc
     - t
+requires:
+  OpenOffice::OODoc: 0
+resources:
+  license: http://dev.perl.org/licenses/
+  repository: git://git.home-dn.net/manu/RT-Extension-SearchResults-ODS.git
 version: 0.01
 version: 0.01