This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/porting/cmp_version.t: add version skip facility
[perl5.git] / overload.h
index 1075c40..24cde2a 100644 (file)
@@ -8,8 +8,9 @@
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.
  *
- *  !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
- *  This file is built by regen/overload.pl
+ * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
+ * This file is built by regen/overload.pl.
+ * Any changes made here will be lost!
  */
 
 enum {
@@ -88,3 +89,4 @@ enum {
 
 #define NofAMmeth max_amg_code
 
+/* ex: set ro: */