[Bps-public-commit] r12805 - Shipwright/trunk/lib/Shipwright/Manual

spang at bestpractical.com spang at bestpractical.com
Mon Jun 2 13:42:21 EDT 2008


Author: spang
Date: Mon Jun  2 13:42:20 2008
New Revision: 12805

Modified:
   Shipwright/trunk/lib/Shipwright/Manual/Tutorial.pod

Log:
Update the tutorial to the newer method of specifying import sources.


Modified: Shipwright/trunk/lib/Shipwright/Manual/Tutorial.pod
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Manual/Tutorial.pod	(original)
+++ Shipwright/trunk/lib/Shipwright/Manual/Tutorial.pod	Mon Jun  2 13:42:20 2008
@@ -1,6 +1,6 @@
 =head1 NAME
 
-Shipwright::Tutorial - introduction to Shipwright 
+Shipwright::Manual::Tutorial - introduction to Shipwright
 
 =head1 SYNOPSIS
 
@@ -13,16 +13,17 @@
 
 There are three main steps to creating a shipwright distribution.
 
-=head2 1. init
+=head2 1. initialize
 
     $ shipwright create -r svk://__shipwright/hello
 
 =head2 2. import
 
-    $ shipwright import -r svk://__shipwright/hello Acme::Hello
+    $ shipwright import -r svk://__shipwright/hello cpan:Acme::Hello
 
 Then shipwright will try to download and import L<Acme::Hello> and all its
-dependencies.
+dependencies from CPAN. (You can import from other types of sources as
+well; see C<shipwright help import> to find out about them.)
 
 If you want to skip some dependencies, e.g. L<Locale::Maketext> and
 L<Locale::Maketext::Lexicon>, just say C<--skip Locale::Maketext> and C<--skip



More information about the Bps-public-commit mailing list