[Bps-public-commit] r11298 - WebChart

sunnavy at bestpractical.com sunnavy at bestpractical.com
Mon Mar 31 10:02:37 EDT 2008


Author: sunnavy
Date: Mon Mar 31 10:02:32 2008
New Revision: 11298

Added:
   WebChart/META.yml
Modified:
   WebChart/Makefile.PL

Log:
updated package files

Added: WebChart/META.yml
==============================================================================
--- (empty file)
+++ WebChart/META.yml	Mon Mar 31 10:02:32 2008
@@ -0,0 +1,26 @@
+--- 
+abstract: ''
+author: 
+  - sunnavy <sunnavy at bestpractical.com>
+build_requires: 
+  Test::More: 0
+distribution_type: module
+generated_by: Module::Install version 0.68
+license: perl
+meta-spec: 
+  url: http://module-build.sourceforge.net/META-spec-v1.3.html
+  version: 1.3
+name: WebChart
+no_index: 
+  directory: 
+    - inc
+    - t
+requires: 
+  Chart: 0
+  Class::Accessor::Fast: 0
+  GD::Graph: 0
+  JSON: 0
+  String::Random: 0
+  UNIVERSAL::require: 0
+  XML::Simple: 0
+version: 0.01

Modified: WebChart/Makefile.PL
==============================================================================
--- WebChart/Makefile.PL	(original)
+++ WebChart/Makefile.PL	Mon Mar 31 10:02:32 2008
@@ -4,7 +4,14 @@
 all_from 'lib/WebChart.pm';
 author   'sunnavy <sunnavy at bestpractical.com>';
 
-build_requires 'Test::More';
+build_requires 'Test::More' => 0;
+requires 'UNIVERSAL::require' => 0;
+requires 'String::Random' => 0;
+requires 'JSON' => 0;
+requires 'XML::Simple' => 0;
+requires 'Class::Accessor::Fast' => 0;
+requires 'Chart' => 0;
+requires 'GD::Graph' => 0;
 
 auto_install;
 



More information about the Bps-public-commit mailing list