id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
2044,Subclassing FileHandle,ShaneC,,"This PIR:
{{{
.sub test :main
    $P0 = subclass 'FileHandle', 'TempFileHandle'
    $P1 = new 'TempFileHandle'
.end
}}}
Produces:
{{{
Handle cannot be instantiated directly.
}}}
(from Handle.pmc:42)
",bug,new,normal,,core,master,medium,,,,,,win32
