diff options
Diffstat (limited to 'perlmods')
-rw-r--r-- | perlmods/Class-Accessor-0.31.tar.gz | bin | 0 -> 10964 bytes | |||
-rw-r--r-- | perlmods/Config-Tiny-2.10.tar.gz | bin | 0 -> 23969 bytes | |||
-rw-r--r-- | perlmods/Makefile.am | 13 | ||||
-rw-r--r-- | perlmods/Math-Calc-Units-1.06.tar.gz | bin | 0 -> 33916 bytes | |||
-rw-r--r-- | perlmods/Nagios-Plugin-0.20.tar.gz | bin | 0 -> 39231 bytes | |||
-rw-r--r-- | perlmods/Params-Validate-0.88.tar.gz | bin | 0 -> 79925 bytes | |||
-rw-r--r-- | perlmods/Test-Simple-0.70.tar.gz | bin | 0 -> 77621 bytes | |||
-rw-r--r-- | perlmods/install_order | 7 |
8 files changed, 20 insertions, 0 deletions
diff --git a/perlmods/Class-Accessor-0.31.tar.gz b/perlmods/Class-Accessor-0.31.tar.gz new file mode 100644 index 0000000..21ed674 --- /dev/null +++ b/perlmods/Class-Accessor-0.31.tar.gz | |||
Binary files differ | |||
diff --git a/perlmods/Config-Tiny-2.10.tar.gz b/perlmods/Config-Tiny-2.10.tar.gz new file mode 100644 index 0000000..389c406 --- /dev/null +++ b/perlmods/Config-Tiny-2.10.tar.gz | |||
Binary files differ | |||
diff --git a/perlmods/Makefile.am b/perlmods/Makefile.am new file mode 100644 index 0000000..ebed523 --- /dev/null +++ b/perlmods/Makefile.am | |||
@@ -0,0 +1,13 @@ | |||
1 | perlmoduledir = $(exec_prefix)/perl | ||
2 | |||
3 | all-local: | ||
4 | $(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -m . | ||
5 | |||
6 | install-exec-local: | ||
7 | $(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -i . | ||
8 | |||
9 | test: | ||
10 | $(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -t . | ||
11 | |||
12 | clean-local: | ||
13 | $(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -c . | ||
diff --git a/perlmods/Math-Calc-Units-1.06.tar.gz b/perlmods/Math-Calc-Units-1.06.tar.gz new file mode 100644 index 0000000..a5d2360 --- /dev/null +++ b/perlmods/Math-Calc-Units-1.06.tar.gz | |||
Binary files differ | |||
diff --git a/perlmods/Nagios-Plugin-0.20.tar.gz b/perlmods/Nagios-Plugin-0.20.tar.gz new file mode 100644 index 0000000..a9c2d3c --- /dev/null +++ b/perlmods/Nagios-Plugin-0.20.tar.gz | |||
Binary files differ | |||
diff --git a/perlmods/Params-Validate-0.88.tar.gz b/perlmods/Params-Validate-0.88.tar.gz new file mode 100644 index 0000000..05a0167 --- /dev/null +++ b/perlmods/Params-Validate-0.88.tar.gz | |||
Binary files differ | |||
diff --git a/perlmods/Test-Simple-0.70.tar.gz b/perlmods/Test-Simple-0.70.tar.gz new file mode 100644 index 0000000..44f1b54 --- /dev/null +++ b/perlmods/Test-Simple-0.70.tar.gz | |||
Binary files differ | |||
diff --git a/perlmods/install_order b/perlmods/install_order new file mode 100644 index 0000000..591a009 --- /dev/null +++ b/perlmods/install_order | |||
@@ -0,0 +1,7 @@ | |||
1 | # Modules installed in this order | ||
2 | Test-Simple | ||
3 | Params-Validate | ||
4 | Math-Calc-Units | ||
5 | Class-Accessor | ||
6 | Config-Tiny | ||
7 | Nagios-Plugin | ||