Update MANIFEST/META.yml to include new files and set the git url information
authorEmmanuel Lacour <elacour@easter-eggs.com>
Fri, 15 Apr 2011 14:37:54 +0000 (16:37 +0200)
committerEmmanuel Lacour <elacour@easter-eggs.com>
Fri, 15 Apr 2011 14:37:54 +0000 (16:37 +0200)
MANIFEST
META.yml

index 843fb72..3e52359 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,20 +1,23 @@
 Changes
 Changes
-html/Callbacks/Results-XLS/Search/Results.html/SearchActions
+html/Callbacks/Results-XLS/Elements/Tabs/Privileged
 html/Callbacks/Results-XLS/Search/Elements/ResultViews/AfterTools
 html/Callbacks/Results-XLS/Search/Elements/ResultViews/AfterTools
+html/Callbacks/Results-XLS/Search/Results.html/SearchActions
 html/Search/Results.xls
 inc/Module/Install.pm
 html/Search/Results.xls
 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/XLS.pm
 Makefile.PL
 Makefile.PL
+MANIFEST                       This list of files
 README
 README
-lib/RT/Extension/SearchResults/XLS.pm
+RT-Extension-SearchResults-XLS-0.06.tar.gz
 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 a4b18b9..9a4ae87 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,12 +1,27 @@
-abstract: Add Excel 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-XLS
 no_index:
   directory:
     - html
     - inc
     - t
 name: RT-Extension-SearchResults-XLS
 no_index:
   directory:
     - html
     - inc
     - t
+requires:
+  Spreadsheet::WriteExcel: 0
+resources:
+  license: http://dev.perl.org/licenses/
+  repository: git://git.home-dn.net/manu/RT-Extension-SearchResults-XLS.git
 version: 0.06
 version: 0.06