hardcode the distribution name in Changes, to reduce churn on each release
[p5sagit/Sub-Name.git] / Name.xs
diff --git a/Name.xs b/Name.xs
index 0c99536..312485f 100644 (file)
--- a/Name.xs
+++ b/Name.xs
@@ -7,6 +7,7 @@
 #include "EXTERN.h"
 #include "perl.h"
 #include "XSUB.h"
+#include "ppport.h"
 
 static MGVTBL subname_vtbl;
 
@@ -72,7 +73,7 @@ subname(name, sub)
        if (PL_DBsub && CvGV(cv)) {
                HV *hv = GvHV(PL_DBsub);
                SV** old_data;
-               
+
                char* new_pkg = HvNAME(stash);
 
                char* old_name = GvNAME( CvGV(cv) );