[svk-commit] r3025 - trunk/pkg

nobody at bestpractical.com nobody at bestpractical.com
Wed Jul 30 18:21:14 EDT 2008


Author: clkao
Date: Wed Jul 30 18:21:13 2008
New Revision: 3025

Modified:
   trunk/pkg/buildsvk.pl

Log:
more deps.

Modified: trunk/pkg/buildsvk.pl
==============================================================================
--- trunk/pkg/buildsvk.pl	(original)
+++ trunk/pkg/buildsvk.pl	Wed Jul 30 18:21:13 2008
@@ -57,10 +57,11 @@
 
 $build->build_module('libwin32', 'Console') if $^O eq 'MSWin32';
 
-$build->build_module($_) for qw(Scalar-List-Utils Class-Autouse version Sub-Uplevel Test-Simple Test-Exception Data-Hierarchy PerlIO-via-dynamic PerlIO-via-symlink SVN-Simple PerlIO-eol Algorithm-Diff Algorithm-Annotate Pod-Escapes Pod-Simple IO-Digest TimeDate Getopt-Long Encode PathTools YAML-Syck Locale-Maketext-Simple App-CLI List-MoreUtils Path-Class Class-Data-Inheritable Class-Accessor UNIVERSAL-require File-Temp Log-Log4perl);
+$build->build_module($_) for qw(Scalar-List-Utils Class-Autouse version Sub-Uplevel Test-Simple Test-Exception Data-Hierarchy PerlIO-via-dynamic PerlIO-via-symlink SVN-Simple PerlIO-eol Algorithm-Diff Algorithm-Annotate Pod-Escapes Pod-Simple IO-Digest TimeDate Getopt-Long Encode PathTools YAML-Syck Locale-Maketext-Simple App-CLI List-MoreUtils Path-Class Class-Data-Inheritable Class-Accessor UNIVERSAL-require File-Temp Log-Log4perl Time::Progress);
 $build->build_module($_) for qw(Locale-Maketext-Lexicon TermReadKey IO-Pager);
 $build->build_module($_) for qw(File-chdir SVN-Mirror);
 $build->build_module($_) for qw(FreezeThaw);
+$build->build_module($_) for qw(PerlIO::via::Bzip2 PerlIO::gzip SVN::Dump);
 
 my $svkroot = shift;
 if ($svkroot) {


More information about the svk-commit mailing list