[svn:p5ee] r6702 - in p5ee/trunk/App-Options: . lib/App

[email protected]
Newsgroups perl.cvs.p5ee
Message-ID <[email protected]>
Author: spadkins
Date: Mon Jul 24 18:43:27 2006
New Revision: 6702

Modified:
   p5ee/trunk/App-Options/MANIFEST
   p5ee/trunk/App-Options/META.yml
   p5ee/trunk/App-Options/TODO
   p5ee/trunk/App-Options/lib/App/Options.pm

Log:
clean up for v1.00. no dependency on Module::Build

Modified: p5ee/trunk/App-Options/MANIFEST
==============================================================================
--- p5ee/trunk/App-Options/MANIFEST	(original)
+++ p5ee/trunk/App-Options/MANIFEST	Mon Jul 24 18:43:27 2006
@@ -1,4 +1,3 @@
-Build.PL
 CHANGES
 MANIFEST
 Makefile.PL

Modified: p5ee/trunk/App-Options/META.yml
==============================================================================
--- p5ee/trunk/App-Options/META.yml	(original)
+++ p5ee/trunk/App-Options/META.yml	Mon Jul 24 18:43:27 2006
@@ -2,18 +2,17 @@
 name: App-Options
 version: 0.99
 author:
-  - [email protected]
-abstract: 'Combine command line options, environment vars, and option file values'
+  - [email protected]
+abstract: 'Combine command line options, environment vars, and option file values (for program configuration)'
 license: perl
 requires:
   Carp: 0
   Config: 0
   Cwd: 0
   File::Spec: 0
-  Module::Build: 0
   Sys::Hostname: 0
 provides:
   App::Options:
     file: lib/App/Options.pm
     version: 0.99
-generated_by: Module::Build version 0.2611
+generated_by: hand

Modified: p5ee/trunk/App-Options/TODO
==============================================================================
--- p5ee/trunk/App-Options/TODO	(original)
+++ p5ee/trunk/App-Options/TODO	Mon Jul 24 18:43:27 2006
@@ -1,4 +1,4 @@
-######################################################################
+x######################################################################
 ## File: $Id$
 ######################################################################
 
@@ -11,7 +11,6 @@
  o clean up use of --version_modules (when to show all)
  o incorporate LWP::UserAgent->get() as a standard way to get a conf
  o VERSION option in program sets the $main::VERSION
- o investigate why $PREFIX/lib gets added to @INC twice
  o "strict" option:
        0 = no strictness
        1 = unknown cmd line options cause error (file can define options),

Modified: p5ee/trunk/App-Options/lib/App/Options.pm
==============================================================================
--- p5ee/trunk/App-Options/lib/App/Options.pm	(original)
+++ p5ee/trunk/App-Options/lib/App/Options.pm	Mon Jul 24 18:43:27 2006
@@ -14,11 +14,11 @@
 use File::Spec;
 use Config;
 
-$VERSION = "0.99";
+$VERSION = "1.00";
 
 =head1 NAME
 
-App::Options - Combine command line options, environment vars, and option file values
+App::Options - Combine command line options, environment vars, and option file values (for program configuration)
 
 =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.