[Bps-public-commit] r15339 - in Shipwright/trunk: . lib/Shipwright/Source
alexmv at bestpractical.com
alexmv at bestpractical.com
Thu Aug 21 13:49:51 EDT 2008
Author: alexmv
Date: Thu Aug 21 13:49:49 2008
New Revision: 15339
Modified:
Shipwright/trunk/ (props changed)
Shipwright/trunk/lib/Shipwright/Manual/Tutorial.pod
Shipwright/trunk/lib/Shipwright/Source/CPAN.pm
Log:
r36281 at kohr-ah: chmrr | 2008-08-21 13:48:46 -0400
* Small typo fixes
Modified: Shipwright/trunk/lib/Shipwright/Manual/Tutorial.pod
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Manual/Tutorial.pod (original)
+++ Shipwright/trunk/lib/Shipwright/Manual/Tutorial.pod Thu Aug 21 13:49:49 2008
@@ -25,7 +25,7 @@
$ svnadmin create /tmp/svnrepo
-Then we can initialize the repository of our Shipwrihgt project:
+Then we can initialize the repository of our Shipwright project:
$ shipwright create -r svn:file:///tmp/svnrepo/foo
@@ -112,7 +112,7 @@
L<Module::Build>), we would now need to edit F<scripts/DISTNAME/build> to tell
Shipwright how to build that source.
-For our tutorial, e.g. perl 5.10, the build can't be created automitacally,
+For our tutorial, e.g. perl 5.10, the build can't be created automatically,
so we need to edit the build file:
configure: ./Configure -des -Dprefix=%%INSTALL_BASE%%
Modified: Shipwright/trunk/lib/Shipwright/Source/CPAN.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Source/CPAN.pm (original)
+++ Shipwright/trunk/lib/Shipwright/Source/CPAN.pm Thu Aug 21 13:49:49 2008
@@ -71,7 +71,7 @@
Shipwright::Source::Compressed->new( %$self, _no_update_url => 1 );
$compressed->run(@_);
}
- else {
+ elsif ($self->source =~ /\S/) {
die 'invalid source: ' . $self->source;
}
}
More information about the Bps-public-commit
mailing list