[svn:p5ee] r3669 - in p5ee/trunk/App-Widget-ChartDirector: . lib/App/Widget

[email protected]
Newsgroups perl.cvs.p5ee
Message-ID <[email protected]>
Author: spadkins
Date: Sat Mar 11 12:51:50 2006
New Revision: 3669

Modified:
   p5ee/trunk/App-Widget-ChartDirector/Build.PL
   p5ee/trunk/App-Widget-ChartDirector/META.yml
   p5ee/trunk/App-Widget-ChartDirector/lib/App/Widget/ChartDirector.pm

Log:
per-module VERSION (svn)

Modified: p5ee/trunk/App-Widget-ChartDirector/Build.PL
==============================================================================
--- p5ee/trunk/App-Widget-ChartDirector/Build.PL	(original)
+++ p5ee/trunk/App-Widget-ChartDirector/Build.PL	Sat Mar 11 12:51:50 2006
@@ -4,7 +4,7 @@
 my $build = App::Build->new (
     dist_name         => "App-Widget-ChartDirector",
     dist_version      => "0.50",
-    dist_author       => "stephen.adkins\@officevision.com",
+    dist_author       => "spadkins\@gmail.com",
     dist_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 => {

Modified: p5ee/trunk/App-Widget-ChartDirector/META.yml
==============================================================================
--- p5ee/trunk/App-Widget-ChartDirector/META.yml	(original)
+++ p5ee/trunk/App-Widget-ChartDirector/META.yml	Sat Mar 11 12:51:50 2006
@@ -1,11 +1,19 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         App-Widget-JSApp
-version:      0.10
-version_from: 
-installdirs:  site
+---
+name: App-Widget-ChartDirector
+version: 0.50
+author:
+  - [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::Widget:                   0
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.25
+  App::Options: 0
+build_requires:
+  App::Build: 0
+  File::Spec: 0
+  Module::Build: 0
+dynamic_config: 1
+provides:
+  App::Widget::ChartDirector:
+    file: lib/App/Widget/ChartDirector.pm
+    version: 3516.
+generated_by: Module::Build version 0.2611

Modified: p5ee/trunk/App-Widget-ChartDirector/lib/App/Widget/ChartDirector.pm
==============================================================================
--- p5ee/trunk/App-Widget-ChartDirector/lib/App/Widget/ChartDirector.pm	(original)
+++ p5ee/trunk/App-Widget-ChartDirector/lib/App/Widget/ChartDirector.pm	Sat Mar 11 12:51:50 2006
@@ -4,7 +4,7 @@
 ######################################################################
 
 package App::Widget::ChartDirector;
-$VERSION = do { my @r=(q$Revision$=~/\d+/g); sprintf "%d."."%02d"x$#r,@r};
+$VERSION = (q$Revision$ =~ /(\d[\d\.]*)/)[0];  # VERSION numbers generated by svn
 
 use App;
 use App::Widget::Graph;
@@ -17,7 +17,7 @@
 
 =head1 NAME
 
-App::Widget::ChartDirector - A graphing widget which displays graphs and charts for web applications using the ChartDirector graphing library within the App-Context/App-Widget widget framework
+App::Widget::ChartDirector - Graphing widget which displays graphs and charts for web applications using the ChartDirector graphing library within the App-Context Framework
 
 =head1 SYNOPSIS
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.