[Bps-public-commit] r10190 - bpsbuilder/BPB
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Sun Dec 30 04:31:27 EST 2007
Author: sunnavy
Date: Sun Dec 30 04:31:27 2007
New Revision: 10190
Modified:
bpsbuilder/BPB/Makefile.PL
bpsbuilder/BPB/TODO
Log:
cleaned up
Modified: bpsbuilder/BPB/Makefile.PL
==============================================================================
--- bpsbuilder/BPB/Makefile.PL (original)
+++ bpsbuilder/BPB/Makefile.PL Sun Dec 30 04:31:27 2007
@@ -18,6 +18,8 @@
requires 'File::Find' => 0;
requires 'File::Slurp' => 0;
requires 'File::Basename' => 0;
+requires Algorithm::Dependency::Ordered => 0;
+requires Algorithm::Dependency::Source::HoA => 0;
no_index( directory => 'examples' );
no_index( directory => 'docs' );
Modified: bpsbuilder/BPB/TODO
==============================================================================
--- bpsbuilder/BPB/TODO (original)
+++ bpsbuilder/BPB/TODO Sun Dec 30 04:31:27 2007
@@ -1,6 +1,5 @@
* import from svn directly
* non-cpan deps support in _require.yml
-* recalculate order based on _require.yml
* svn backend
* better log support
* 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
More information about the Bps-public-commit
mailing list