Changeset 22256 for lang/perl/GD-Tab-Guitar
- Timestamp:
- 10/28/08 09:51:33 (5 years ago)
- Location:
- lang/perl/GD-Tab-Guitar/trunk
- Files:
-
- 3 modified
-
Changes (modified) (2 diffs)
-
lib/GD/Tab/Guitar.pm (modified) (1 diff)
-
t/01_methods.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/GD-Tab-Guitar/trunk/Changes
r22096 r22256 1 1 Revision history for GD-Tab-Guitar 2 3 0.03 Tue Oct 28 09:29:44 2008 4 - applied a patch to t/01_method.t for MSWin32 environment (#40408). 5 thanks to Taro Nishino. 2 6 3 7 0.02 Sat Oct 25 13:19:00 2008 … … 5 9 Test::Spelling, Test::Perl::Critic and Test::Pod to xt directory 6 10 to avoid test failures. 7 was ad oviced by tokuhirom on Wassr.11 was adviced by tokuhirom on Wassr. 8 12 9 13 0.01 Fri Oct 24 14:03:09 2008 -
lang/perl/GD-Tab-Guitar/trunk/lib/GD/Tab/Guitar.pm
r22096 r22256 9 9 __PACKAGE__->mk_accessors(qw(bgcolor color interlaced)); 10 10 11 our $VERSION = '0.0 2';11 our $VERSION = '0.03'; 12 12 my @lines = ( 13 13 [5,15,46,15], -
lang/perl/GD-Tab-Guitar/trunk/t/01_methods.t
r22064 r22256 22 22 sub fileread { 23 23 my $fh = IO::File->new(shift, 'r'); 24 $fh->binmode(); 24 25 return do {local $/ = undef; <$fh>}; 25 26 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)