[Bps-public-commit] r9887 - bpsbuilder/BPB/docs

Jesse Vincent jesse at bestpractical.com
Tue Dec 11 14:16:12 EST 2007


Some more comments:


>          directory: '/tmp'


Instead of making the user spec this, use File::Temp

>          download_directory: '/tmp/download'

Instead of making the user spec this, use File::Temp

>          min_perl_version: 5.008008
> +        map_path: '/tmp/map.yml'
>      build:
>          build_directory: '/tmp/build'

Instead of making the user spec this, use File::Temp


>          install_directory: '/tmp/install'
> @@ -21,17 +22,20 @@
>  
>  first cd to our BPB's directory.
>  
> +$ perl -Ilib bin/bpb source --name jdbi Jifty::DBI
> +$ perl -Ilib bin/bpb init --name jdbi
> +$ perl -Ilib bin/bpb import --name jdbi /tmp/Jifty-DBI( the whole name )


Why is this three steps?

I can see:

bpb create-project --name jdbi

bpb import --project jdbi --dist Jifty::DBI --source CPAN

and then just

bpb build --project jdbi




More information about the Bps-public-commit mailing list