[Bps-public-commit] r12906 - in Shipwright: .
spang at bestpractical.com
spang at bestpractical.com
Wed Jun 4 20:23:46 EDT 2008
Author: spang
Date: Wed Jun 4 20:23:45 2008
New Revision: 12906
Modified:
Shipwright/ (props changed)
Shipwright/trunk/lib/Shipwright.pm
Log:
r40817 at loki: spang | 2008-06-04 20:00:10 -0400
fix typos and pod warnings in Shipwright.pm
Modified: Shipwright/trunk/lib/Shipwright.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright.pm (original)
+++ Shipwright/trunk/lib/Shipwright.pm Wed Jun 4 20:23:45 2008
@@ -24,7 +24,7 @@
my $log_file = $args{log_file};
unless ($log_file) {
- # a better named log_file, in the name of reposiotry
+ # a better named log_file, in the name of repository
require File::Spec;
my $info = join '', map { /\w/ ? $_ : '_' } split //, $args{repository};
$log_file =
@@ -79,7 +79,7 @@
many dependencies. Installation may take many iterations of trying to install
from CPAN and then stopping to install other non-CPAN dependencies that the
CPAN packages depend on. For example, SVK requires the non-CPAN dists
-subversion and rwig. In the end, installing large dists with many dependencies
+subversion and swig. In the end, installing large dists with many dependencies
is not very friendly for users, especially since dependencies may change their
functionality and kreak builds with untested versions.
@@ -129,8 +129,6 @@
After initializing a project, the files in the repository are:
-=over 4
-
bin/
# used for building, installing and testing
shipwright-builder
@@ -168,8 +166,6 @@
# will run this if with --only-test when build
test
-=back
-
=head3 repository after import
After import, say of cpan:Acme::Hello, both the dists and scripts directories
@@ -179,8 +175,6 @@
=head4 build
-=over 4
-
configure: %%PERL%% Build.PL --install_base=%%INSTALL_BASE%%
make: ./Build
test: ./Build test
@@ -197,8 +191,6 @@
=head4 require.yml
-=over 4
-
build_requires: {}
conflicts: {}
More information about the Bps-public-commit
mailing list