Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
test ucfirst
  • Loading branch information
brunoV committed Mar 6, 2010
1 parent cef4447 commit 5b99c77
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions t/ucfirst.t
@@ -0,0 +1,10 @@
use Test::More qw(no_plan);
use strict;
use warnings;

use autobox::Core;

my $string = "this is a string";

is $string->ucfirst, "This is a string";

0 comments on commit 5b99c77

Please sign in to comment.