Skip Menu |

This queue is for tickets about the Config-Std CPAN distribution.

Report information
The Basics
Id: 15050
Status: resolved
Priority: 0/
Queue: Config-Std

People
Owner: Nobody in particular
Requestors: au
torsten.seemann [...] infotech.monash.edu
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.0.2
Fixed in: v0.0.3



Subject: Typo in append_comment: "indent" should be "ident"
Damian, I think I found a typo in Config::Std 0.02 while browsing source on CPAN.org, 'indent' should be 'ident' ? sub append_comment { my ($self, $new_text) = @_; - $text_of{indent $self} .= $new_text; # OLD + $text_of{ident $self} .= $new_text; # NEW } Have to admit I've made the same typo when using Class::Std ! Torsten
Date: Fri, 14 Oct 2005 13:31:29 +0200
From: Damian Conway <damian [...] conway.org>
To: bug-Config-Std [...] rt.cpan.org
Subject: Re: [cpan #15050] Typo in append_comment: "indent" should be "ident"
RT-Send-Cc:
Show quoted text
> I think I found a typo in Config::Std 0.02 while browsing source on CPAN.org, > 'indent' should be 'ident' ? > > sub append_comment { > my ($self, $new_text) = @_; > - $text_of{indent $self} .= $new_text; # OLD > + $text_of{ident $self} .= $new_text; # NEW > }
Indeed. Thank-you for reporting that! Show quoted text
> Have to admit I've made the same typo when using Class::Std !
We obviously both do too much indenting and not enough identing. ;-) Damian
Subject: Re: [rt.cpan.org #15050] Resolved: Typo in append_comment: "indent" should be "ident"
Date: Tue, 9 Mar 2010 16:49:02 +1100
To: bug-Config-Std [...] rt.cpan.org
From: Torsten Seemann <torsten.seemann [...] gmail.com>
On Tue, Mar 9, 2010 at 3:43 PM, William D (Bill) Ricker via RT <bug-Config-Std@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=15050 > > According to our records, your request has been resolved. If you have any > further questions or concerns, please respond to this message.
Thanks Bill ! I've had two children since I submitted that bug, but it's good to know it's fixed now :-) Torsten