SYN SYN
[p5sagit/p5-mst-13.2.git] / pod / perlfaq7.pod
index 1ca7893..0d4876f 100644 (file)
@@ -196,6 +196,10 @@ own module.  Make sure to change the names appropriately.
     }
     our @EXPORT_OK;
 
+    # exported package globals go here
+    our $Var1;
+    our %Hashit;
+
     # non-exported package globals go here
     our @more;
     our $stuff;