tests for _load_module
[gitmo/Role-Tiny.git] / t / lib / TrackLoad.pm
diff --git a/t/lib/TrackLoad.pm b/t/lib/TrackLoad.pm
new file mode 100644 (file)
index 0000000..d3e58c5
--- /dev/null
@@ -0,0 +1,4 @@
+package TrackLoad;
+our $LOADED;
+$LOADED++;
+1;