Document that -F doesn't accept whitespace in patterns.
[p5sagit/p5-mst-13.2.git] / patchlevel.h
index 86b87be..5b118cf 100644 (file)
@@ -114,13 +114,14 @@ hunk.
 
  */
 
-
-
+#ifndef PERL_PATCHNUM
+#define PERL_PATCHNUM 24148
+#endif
 
 #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
 static const char * const local_patches[] = {
        NULL
-       ,"DEVEL24148"
+       ,"DEVEL" STRINGIFY(PERL_PATCHNUM)
        ,NULL
 };