Skip Menu |

This queue is for tickets about the Acme-BooK-Is-My-Bitch CPAN distribution.

Report information
The Basics
Id: 60761
Status: resolved
Priority: 0/
Queue: Acme-BooK-Is-My-Bitch

People
Owner: Nobody in particular
Requestors: dolmen [...] cpan.org
Cc: book [...] cpan.org
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 0.01
  • 0.02
Fixed in: 0.03



CC: book [...] cpan.org
Subject: Deprecate ->new()
The new() method should be deprecated because: - BooK already exists - There can be only one instance of BooK - BooK is old, not new - BooK is not subclassable - all current methods are class methods, not object methods so this will not affect existing code The modified new() implementation would be: sub new { shift } -- Olivier Mengué - http://search.cpan.org/~dolmen/ http://github.com/dolmen/