id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1252,src/dynpmc/gdbmhash.pmc:  Handle case where libgdbm.so cannot be loaded on Win32,jkeenan,barney,"This ticket moves into Trac discussion of an issue originally found in RT at [http://rt.perl.org/rt3/Ticket/Display.html?id=46393 RT #46393].
{{{
     94     VTABLE void class_init() {
     95 #ifdef WIN32
     96         /* RT #46393: What if libgdbm.so cannot be loaded */
     97         /* Parrot_load_lib(interp, slib, NULL); */
     98         STRING *slib = CONST_STRING(interp, ""gdbm3"");
     99 #endif
    100     }
}}}",todo,closed,normal,,library,1.7.0,medium,invalid,gdbm,,,,win32
