Skip Menu |

This queue is for tickets about the Roguelike-Utils CPAN distribution.

Report information
The Basics
Id: 79609
Status: new
Priority: 0/
Queue: Roguelike-Utils

People
Owner: Nobody in particular
Requestors: andrew.pennebaker [...] gmail.com
Cc:
AdminCc:

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



Subject: Console::Win32 missing method "new"
Is Console::Win32 even being maintained? I specify type => "win32" when I create a new console, and the Roguelike code is bugging out: Code: $con = Games::Roguelike::Console::Win32->new $con = Games::Roguelike::Console->new(type => "win32") Trace: Can't locate object method "new" via package "Games::Roguelike::Console::Win32" at C:/strawberry/perl/site/lib/Games/Roguelike/Console.pm line 156. Specs: * cpan version 1.57 * Strawberry Perl 5.12.768 * perl 5, version 12, subversion 3 (v5.12.3) built for MSWin32-x86-ulti- thread * Windows 7 Professional x64 * MacBook Pro