Author: spadkins
Date: Mon Jul 24 19:14:50 2006
New Revision: 6706

Modified:
   p5ee/trunk/App-Widget-ChartDirector/CHANGES
   p5ee/trunk/App-Widget-ChartDirector/META.yml
   p5ee/trunk/App-Widget-ChartDirector/Makefile.PL
   p5ee/trunk/App-Widget-ChartDirector/README

Log:
freeze for 0.60 release

Modified: p5ee/trunk/App-Widget-ChartDirector/CHANGES
==============================================================================
--- p5ee/trunk/App-Widget-ChartDirector/CHANGES (original)
+++ p5ee/trunk/App-Widget-ChartDirector/CHANGES Mon Jul 24 19:14:50 2006
@@ -2,6 +2,12 @@
 # CHANGE LOG
 #########################################
 
+VERSION 0.60
+ x Now have the ability to use themes, get_theme_value()
+ x use Makefile.PL instead of Build.PL
+ x added step graph
+ x per-module VERSION (svn)
+
 VERSION 0.50
  x Initial release
 

Modified: p5ee/trunk/App-Widget-ChartDirector/META.yml
==============================================================================
--- p5ee/trunk/App-Widget-ChartDirector/META.yml        (original)
+++ p5ee/trunk/App-Widget-ChartDirector/META.yml        Mon Jul 24 19:14:50 2006
@@ -2,15 +2,13 @@
 name: App-Widget-ChartDirector
 version: 0.50
 author:
-  - [EMAIL PROTECTED]
+  - [EMAIL PROTECTED]
 abstract: A graphing widget which displays graphs and charts for web 
applications using the ChartDirector graphing library within the 
App-Context/App-Widget widget framework
 license: perl
 requires:
   App::Options: 0
 build_requires:
-  App::Build: 0
   File::Spec: 0
-  Module::Build: 0
 dynamic_config: 1
 provides:
   App::Widget::ChartDirector:

Modified: p5ee/trunk/App-Widget-ChartDirector/Makefile.PL
==============================================================================
--- p5ee/trunk/App-Widget-ChartDirector/Makefile.PL     (original)
+++ p5ee/trunk/App-Widget-ChartDirector/Makefile.PL     Mon Jul 24 19:14:50 2006
@@ -12,7 +12,7 @@
 %opts = (
     'NAME'         => 'App-Widget-ChartDirector',
     'DISTNAME'     => 'App-Widget-ChartDirector',
-    'VERSION'      => '0.13',
+    'VERSION'      => '0.60',
     #'EXE_FILES'    => [ @programs ],
     'PREREQ_PM'    => {
         "App::Options"   => 0,  # option parsing

Modified: p5ee/trunk/App-Widget-ChartDirector/README
==============================================================================
--- p5ee/trunk/App-Widget-ChartDirector/README  (original)
+++ p5ee/trunk/App-Widget-ChartDirector/README  Mon Jul 24 19:14:50 2006
@@ -20,9 +20,9 @@
 
 As of 25-Oct-2005 when I checked the prices for Linux licenses were
 
-   * USD 99 each (for 1 - 4 licenses)
-   * USD 79 each (for 5 - 19 licenses)
-   * USD 59 each (for >= 20 licenses)
+   * USD 99 each (for 1 - 4 server licenses)
+   * USD 79 each (for 5 - 19 server licenses)
+   * USD 59 each (for >= 20 server licenses)
 
 The web site for ChartDirector is at
 
@@ -38,8 +38,8 @@
 Then install this distribution.  cd to the directory that contains this README
 file and type the following:
 
-   perl Build.PL
-   ./Build
-   ./Build test
-   ./Build install
+   perl Makefile.PL
+   make
+   make test
+   make install
 

Reply via email to