diff options
| author | Sven Nierlein <sven@nierlein.de> | 2016-04-02 19:32:38 +0200 |
|---|---|---|
| committer | Sven Nierlein <sven@nierlein.de> | 2016-04-02 19:32:38 +0200 |
| commit | c45647af86501d45d9710f8d18a5a182fd2a262f (patch) | |
| tree | e1c18a6f61e6ea166809ca8a398e72f0b1b1b503 | |
| parent | ed9c76fc51bc202f5285ff2c74678f6e555b55a6 (diff) | |
| download | monitoring-plugin-perl-c45647af86501d45d9710f8d18a5a182fd2a262f.tar.gz | |
update gitignore
| -rw-r--r-- | .gitignore | 29 | ||||
| -rw-r--r-- | META.yml | 36 |
2 files changed, 19 insertions, 46 deletions
| @@ -1,12 +1,21 @@ | |||
| 1 | 1 | # from https://github.com/github/gitignore/blob/master/Perl.gitignore | |
| 2 | # / | 2 | /blib/ |
| 3 | /.build/ | ||
| 4 | _build/ | ||
| 5 | cover_db/ | ||
| 6 | inc/ | ||
| 7 | Build | ||
| 8 | !Build/ | ||
| 9 | Build.bat | ||
| 10 | .last_cover_stats | ||
| 3 | /Makefile | 11 | /Makefile |
| 4 | /blib | 12 | /Makefile.old |
| 13 | /MANIFEST.bak | ||
| 14 | /META.yml | ||
| 15 | /META.json | ||
| 16 | /MYMETA.* | ||
| 17 | nytprof.out | ||
| 5 | /pm_to_blib | 18 | /pm_to_blib |
| 6 | /.bzr | 19 | *.o |
| 7 | /.bzrignore | 20 | *.bs |
| 8 | MYMETA.json | 21 | /_eumm/ |
| 9 | MYMETA.yml | ||
| 10 | Makefile.old | ||
| 11 | inc/ | ||
| 12 | MANIFEST.bak | ||
diff --git a/META.yml b/META.yml deleted file mode 100644 index 7398605..0000000 --- a/META.yml +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | --- | ||
| 2 | abstract: ~ | ||
| 3 | author: | ||
| 4 | - 'This code is maintained by the Monitoring Plugin Development Team: see' | ||
| 5 | - 'Monitoring Plugin Team <devel@monitoring-plugins.org>' | ||
| 6 | build_requires: | ||
| 7 | ExtUtils::MakeMaker: 6.59 | ||
| 8 | Test::More: 0.62 | ||
| 9 | configure_requires: | ||
| 10 | ExtUtils::MakeMaker: 6.59 | ||
| 11 | distribution_type: module | ||
| 12 | dynamic_config: 1 | ||
| 13 | generated_by: 'Module::Install version 1.06' | ||
| 14 | license: perl | ||
| 15 | meta-spec: | ||
| 16 | url: http://module-build.sourceforge.net/META-spec-v1.4.html | ||
| 17 | version: 1.4 | ||
| 18 | name: Monitoring-Plugin | ||
| 19 | no_index: | ||
| 20 | directory: | ||
| 21 | - inc | ||
| 22 | - t | ||
| 23 | requires: | ||
| 24 | Carp: 0 | ||
| 25 | Class::Accessor: 0 | ||
| 26 | Config::Tiny: 0 | ||
| 27 | File::Basename: 0 | ||
| 28 | File::Spec: 0 | ||
| 29 | IO::File: 0 | ||
| 30 | Math::Calc::Units: 0 | ||
| 31 | Params::Validate: 0 | ||
| 32 | perl: 5.6.0 | ||
| 33 | resources: | ||
| 34 | license: http://dev.perl.org/licenses/ | ||
| 35 | repository: https://github.com/monitoring-plugins/monitoring-plugin-perl | ||
| 36 | version: 0.39 | ||
