summaryrefslogtreecommitdiff
path: root/cpan/Module-Load-Conditional/t/to_load
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Module-Load-Conditional/t/to_load')
-rw-r--r--cpan/Module-Load-Conditional/t/to_load/Commented.pm4
-rw-r--r--cpan/Module-Load-Conditional/t/to_load/InPod.pm11
-rw-r--r--cpan/Module-Load-Conditional/t/to_load/LoadIt.pm3
-rw-r--r--cpan/Module-Load-Conditional/t/to_load/LoadMe.pl1
-rw-r--r--cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm3
-rw-r--r--cpan/Module-Load-Conditional/t/to_load/ToBeLoaded1
6 files changed, 23 insertions, 0 deletions
diff --git a/cpan/Module-Load-Conditional/t/to_load/Commented.pm b/cpan/Module-Load-Conditional/t/to_load/Commented.pm
new file mode 100644
index 0000000000..1e3e057f33
--- /dev/null
+++ b/cpan/Module-Load-Conditional/t/to_load/Commented.pm
@@ -0,0 +1,4 @@
+# $VERSION = 1;
+$VERSION = 2;
+
+1;
diff --git a/cpan/Module-Load-Conditional/t/to_load/InPod.pm b/cpan/Module-Load-Conditional/t/to_load/InPod.pm
new file mode 100644
index 0000000000..0d4c39b60c
--- /dev/null
+++ b/cpan/Module-Load-Conditional/t/to_load/InPod.pm
@@ -0,0 +1,11 @@
+=pod
+
+$VERSION = 1;
+
+=cut
+
+package InPod;
+
+$VERSION = 2;
+
+1;
diff --git a/cpan/Module-Load-Conditional/t/to_load/LoadIt.pm b/cpan/Module-Load-Conditional/t/to_load/LoadIt.pm
new file mode 100644
index 0000000000..b97123dac7
--- /dev/null
+++ b/cpan/Module-Load-Conditional/t/to_load/LoadIt.pm
@@ -0,0 +1,3 @@
+$VERSION = 1;
+
+1; \ No newline at end of file
diff --git a/cpan/Module-Load-Conditional/t/to_load/LoadMe.pl b/cpan/Module-Load-Conditional/t/to_load/LoadMe.pl
new file mode 100644
index 0000000000..6912615643
--- /dev/null
+++ b/cpan/Module-Load-Conditional/t/to_load/LoadMe.pl
@@ -0,0 +1 @@
+1; \ No newline at end of file
diff --git a/cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm b/cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm
new file mode 100644
index 0000000000..e1af010dc8
--- /dev/null
+++ b/cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm
@@ -0,0 +1,3 @@
+$VERSION = 0.01;
+
+1; \ No newline at end of file
diff --git a/cpan/Module-Load-Conditional/t/to_load/ToBeLoaded b/cpan/Module-Load-Conditional/t/to_load/ToBeLoaded
new file mode 100644
index 0000000000..6912615643
--- /dev/null
+++ b/cpan/Module-Load-Conditional/t/to_load/ToBeLoaded
@@ -0,0 +1 @@
+1; \ No newline at end of file