Skip Menu |

This queue is for tickets about the Test-Inline CPAN distribution.

Report information
The Basics
Id: 14739
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Test-Inline

People
Owner: Nobody in particular
Requestors: lav [...] etersoft.ru
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.102
Fixed in: (no value)



Subject: Typo error
Please, check this line --- Test-Inline-2.102/lib/Test/Inline/IO/File/VCS.pm- 2005-09-22 03:50:33 +0000 +++ Test-Inline-2.102/lib/Test/Inline/IO/File/VCS.pm 2005-09-24 21:28:00 +0000 @@ -84,7 +84,7 @@ Currently, this is C<'CVS'> for CVS, or =cut -sub VCS { $self->{type} } +sub VCS { my $self = shift; $self->{type} }