[Bps-public-commit] r10141 - in bpsbuilder/BPB: .

jesse at bestpractical.com jesse at bestpractical.com
Thu Dec 27 02:27:47 EST 2007


Author: jesse
Date: Thu Dec 27 02:27:47 2007
New Revision: 10141

Modified:
   bpsbuilder/BPB/META.yml
   bpsbuilder/BPB/TODO
   bpsbuilder/BPB/lib/BPB/Source/CPAN.pm

Log:
 added ponies to todo

Modified: bpsbuilder/BPB/META.yml
==============================================================================
--- bpsbuilder/BPB/META.yml	(original)
+++ bpsbuilder/BPB/META.yml	Thu Dec 27 02:27:47 2007
@@ -1,9 +1,8 @@
 --- 
 abstract: Best Practical Builder
-author: 
-  - sunnavy  C<< <sunnavy at bestpractical.com> >>
+author: sunnavy  C<< <sunnavy at bestpractical.com> >>
 distribution_type: module
-generated_by: Module::Install version 0.68
+generated_by: Module::Install version 0.67
 license: perl
 meta-spec: 
   url: http://module-build.sourceforge.net/META-spec-v1.3.html

Modified: bpsbuilder/BPB/TODO
==============================================================================
--- bpsbuilder/BPB/TODO	(original)
+++ bpsbuilder/BPB/TODO	Thu Dec 27 02:27:47 2007
@@ -5,3 +5,6 @@
 * svn backend
 * better log support 
 * cli for list all the projects 
+* should never do an in-place replacement on the build scripts. makes them very hard to edit. instead, should create a temp copy
+* should be tracking source of individual deps (exact url or cpan version and filename, for example) so we can tell when we have a dep that's a cpan module that we pulled from svn
+* should be possible to build a bindist that runs on macos, linux, solaris and windows using lib path tricks. (windows may need special love).

Modified: bpsbuilder/BPB/lib/BPB/Source/CPAN.pm
==============================================================================
--- bpsbuilder/BPB/lib/BPB/Source/CPAN.pm	(original)
+++ bpsbuilder/BPB/lib/BPB/Source/CPAN.pm	Thu Dec 27 02:27:47 2007
@@ -6,7 +6,6 @@
 use File::Spec;
 use BPB::Source::Compressed;
 use CPAN;
-use CPAN::Config;
 use Data::Dumper;
 use File::Temp qw/tempdir/;
 use File::Spec;



More information about the Bps-public-commit mailing list