p4raw-id: //depot/perl@33469
':override' => 'internal',
);
-our $VERSION = '1.13';
+our $VERSION = '1.13_01';
bootstrap Time::Piece $VERSION;
#define strncasecmp(x,y,n) strnicmp(x,y,n)
#if defined(WIN32)
+#if defined(__BORLANDC__)
+void * __cdecl _EXPFUNC alloca(_SIZE_T __size);
+#else
#define alloca _alloca
#endif
+#endif
/* strptime copied from freebsd with the following copyright: */
/*