[Bps-public-commit] r13799 - in Prophet/branches/moose: . lib/Prophet talks/2008/yapc.asia.08-prophet.key talks/2008/yapc.asia.08-prophet.key/Contents talks/2008/yapc.asia.08-prophet.key/QuickLook talks/2008/yapc.asia.08-prophet.key/thumbs
jesse at bestpractical.com
jesse at bestpractical.com
Fri Jul 4 06:46:59 EDT 2008
Author: jesse
Date: Fri Jul 4 06:46:58 2008
New Revision: 13799
Added:
Prophet/branches/moose/talks/2008/yapc.asia.08-prophet.key/ (props changed)
Prophet/branches/moose/talks/2008/yapc.asia.08-prophet.key/Contents/
Prophet/branches/moose/talks/2008/yapc.asia.08-prophet.key/Contents/PkgInfo
Prophet/branches/moose/talks/2008/yapc.asia.08-prophet.key/QuickLook/
Prophet/branches/moose/talks/2008/yapc.asia.08-prophet.key/QuickLook/Thumbnail.jpg (contents, props changed)
Prophet/branches/moose/talks/2008/yapc.asia.08-prophet.key/bg1-1.jpg (contents, props changed)
Prophet/branches/moose/talks/2008/yapc.asia.08-prophet.key/bps_logo_white_on_black.png (contents, props changed)
Prophet/branches/moose/talks/2008/yapc.asia.08-prophet.key/color-profile (contents, props changed)
Prophet/branches/moose/talks/2008/yapc.asia.08-prophet.key/index.apxl.gz (contents, props changed)
Prophet/branches/moose/talks/2008/yapc.asia.08-prophet.key/thumbs/ (props changed)
Modified:
Prophet/branches/moose/ (props changed)
Prophet/branches/moose/Makefile.PL
Prophet/branches/moose/lib/Prophet/Record.pm
Prophet/branches/moose/lib/Prophet/Test.pm
Prophet/branches/moose/lib/Prophet/Test/Arena.pm
Log:
r36679 at 31b: jesse | 2008-06-30 06:24:53 +0200
mergedown
Modified: Prophet/branches/moose/Makefile.PL
==============================================================================
--- Prophet/branches/moose/Makefile.PL (original)
+++ Prophet/branches/moose/Makefile.PL Fri Jul 4 06:46:58 2008
@@ -40,9 +40,13 @@
-default => 0,
recommends( 'SVN::Core') # SVN::Repos SVN::Fs SVN::Ra SVN::Delta::Editor SVN::Client SVN::Delta
],
- 'Crazy debugging tools' => [
+ 'Maintainer testing tools' => [
-default => 1,
recommends('Acme::MetaSyntactic'),
+ recommends('Test::POD::Coverage')
+ ],
+ "Devel::Gladiator support (contact sky at crucially.net if it's not on CPAN)" => [
+ -default => 0,
recommends('Devel::Gladiator')
],
'Testing' => [
Modified: Prophet/branches/moose/lib/Prophet/Record.pm
==============================================================================
--- Prophet/branches/moose/lib/Prophet/Record.pm (original)
+++ Prophet/branches/moose/lib/Prophet/Record.pm Fri Jul 4 06:46:58 2008
@@ -344,7 +344,7 @@
$format =~ s/%u/$uuid/g;
}
if ( $format =~ /%l/ ) {
- my $luid = $self->luid;
+ my $luid = sprintf('%s',$self->luid);
$format =~ s/%l/$luid/g;
}
return sprintf( $format,
Modified: Prophet/branches/moose/lib/Prophet/Test.pm
==============================================================================
--- Prophet/branches/moose/lib/Prophet/Test.pm (original)
+++ Prophet/branches/moose/lib/Prophet/Test.pm Fri Jul 4 06:46:58 2008
@@ -61,9 +61,12 @@
local $Test::Builder::Level = $Test::Builder::Level + 1;
my $types;
- require "Devel::Gladiator"
- or die
+ eval { require Devel::Gladiator; };
+ if ($@) {
+ return $code->();
+ die
'Get Devel::Gladiator from http://code.sixapart.com/svn/Devel-Gladiator/trunk/ and harass sky at crucially.net to CPAN it';
+ }
for ( @{ Devel::Gladiator::walk_arena() } ) {
$types->{ ref($_) }--;
}
Modified: Prophet/branches/moose/lib/Prophet/Test/Arena.pm
==============================================================================
--- Prophet/branches/moose/lib/Prophet/Test/Arena.pm (original)
+++ Prophet/branches/moose/lib/Prophet/Test/Arena.pm Fri Jul 4 06:46:58 2008
@@ -108,7 +108,6 @@
}
-use Devel::Gladiator;
my $TB = Test::Builder->new();
sub step {
Added: Prophet/branches/moose/talks/2008/yapc.asia.08-prophet.key/Contents/PkgInfo
==============================================================================
--- (empty file)
+++ Prophet/branches/moose/talks/2008/yapc.asia.08-prophet.key/Contents/PkgInfo Fri Jul 4 06:46:58 2008
@@ -0,0 +1 @@
+????????
\ No newline at end of file
Added: Prophet/branches/moose/talks/2008/yapc.asia.08-prophet.key/QuickLook/Thumbnail.jpg
==============================================================================
Binary file. No diff available.
Added: Prophet/branches/moose/talks/2008/yapc.asia.08-prophet.key/bg1-1.jpg
==============================================================================
Binary file. No diff available.
Added: Prophet/branches/moose/talks/2008/yapc.asia.08-prophet.key/bps_logo_white_on_black.png
==============================================================================
Binary file. No diff available.
Added: Prophet/branches/moose/talks/2008/yapc.asia.08-prophet.key/color-profile
==============================================================================
Binary file. No diff available.
Added: Prophet/branches/moose/talks/2008/yapc.asia.08-prophet.key/index.apxl.gz
==============================================================================
Binary file. No diff available.
More information about the Bps-public-commit
mailing list