diff options
author | Tails developers <tails@boum.org> | 2014-07-29 14:18:38 +0200 |
---|---|---|
committer | Tails developers <tails@boum.org> | 2014-07-29 14:18:38 +0200 |
commit | ea9ea83ed36b6de41cceaec11e14e2c9da9c34f5 (patch) | |
tree | 0921ddd40a03de1e8ce1ec49b0be142a67576821 | |
parent | d25b25a0e9a740dd9f3532f4220d7d0ba2aaec74 (diff) |
correct NAME in PODOpenPGP_Applet-0.8
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | META.yml | 39 | ||||
-rw-r--r-- | Makefile.PL | 1 | ||||
-rwxr-xr-x | script/openpgp-applet | 6 |
4 files changed, 40 insertions, 11 deletions
@@ -3,8 +3,3 @@ # ignore stuff generated by Makefile.PL but never cleaned /Makefile.old -/META.yml - - - - diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..2783e44 --- /dev/null +++ b/META.yml @@ -0,0 +1,39 @@ +--- +abstract: 'GNOME applet for OpenPGP text encryption' +author: + - 'Tails developers <tails@boum.org>' +build_requires: + ExtUtils::MakeMaker: 6.59 +configure_requires: + ExtUtils::MakeMaker: 6.59 +distribution_type: module +dynamic_config: 1 +generated_by: 'Module::Install version 1.10' +license: gpl,artistic +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 +name: OpenPGP_Applet +no_index: + directory: + - inc + - share +requires: + Any::Moose: 0 + Carp: 0 + DateTime: 0 + Encode: 0 + File::ShareDir: 0 + Glib: 0 + Gtk2: 0 + Gtk2::Gdk::Keysyms: 0 + Gtk2::SimpleList: 0 + I18N::Langinfo: 0 + IO::Handle: 0 + List::MoreUtils: 0 + Locale::gettext: 0 + POSIX: 0 + Switch: 0 + namespace::autoclean: 0 + perl: 5.10.0 +version: 0.8 diff --git a/Makefile.PL b/Makefile.PL index 7f50f54..5bf4055 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,6 +28,5 @@ requires 'Switch'; install_script 'openpgp-applet'; install_share 'share'; - WriteAll; diff --git a/script/openpgp-applet b/script/openpgp-applet index 2d94aab..eb10f21 100755 --- a/script/openpgp-applet +++ b/script/openpgp-applet @@ -2,11 +2,7 @@ =head1 NAME -OpenPGP_Applet - -=head1 ABSTRACT - -GNOME applet for OpenPGP text encryption +OpenPGP_Applet - GNOME applet for OpenPGP text encryption =head1 VERSION |