Removed the generated files MANIFEST, META.json, META.yml, SIGNATURE from the repository.
This commit is contained in:
parent
ff7a77f2fa
commit
fe7f772df9
45
MANIFEST
45
MANIFEST
@ -1,45 +0,0 @@
|
|||||||
Artistic
|
|
||||||
BUGS
|
|
||||||
Build.PL
|
|
||||||
Changes
|
|
||||||
COPYING
|
|
||||||
INSTALL
|
|
||||||
lib/Locale/Maketext/Gettext.pm
|
|
||||||
lib/Locale/Maketext/Gettext/Functions.pm
|
|
||||||
Makefile.PL
|
|
||||||
MANIFEST This list of files
|
|
||||||
META.yml
|
|
||||||
README
|
|
||||||
script/maketext
|
|
||||||
SIGNATURE
|
|
||||||
t/00-signature.t
|
|
||||||
t/01-basic.t
|
|
||||||
t/02-big-endian.t
|
|
||||||
t/03-errors.t
|
|
||||||
t/04-encodings.t
|
|
||||||
t/05-switching.t
|
|
||||||
t/06-racing.t
|
|
||||||
t/07-f-basic.t
|
|
||||||
t/08-f-errors.t
|
|
||||||
t/09-f-encodings.t
|
|
||||||
t/10-f-switching.t
|
|
||||||
t/11-command-line.t
|
|
||||||
t/12-cache.t
|
|
||||||
t/99-pod.t
|
|
||||||
t/locale/C/LC_MESSAGES/test.mo
|
|
||||||
t/locale/en/LC_MESSAGES/bad.mo
|
|
||||||
t/locale/en/LC_MESSAGES/test.mo
|
|
||||||
t/locale/en/LC_MESSAGES/test2.mo
|
|
||||||
t/locale/en/LC_MESSAGES/test_be.mo
|
|
||||||
t/locale/en/LC_MESSAGES/test_utf8.mo
|
|
||||||
t/locale/zh_CN/LC_MESSAGES/test.mo
|
|
||||||
t/locale/zh_CN/LC_MESSAGES/test_be.mo
|
|
||||||
t/locale/zh_CN/LC_MESSAGES/test_utf8.mo
|
|
||||||
t/locale/zh_TW/LC_MESSAGES/test.mo
|
|
||||||
t/locale/zh_TW/LC_MESSAGES/test2.mo
|
|
||||||
t/locale/zh_TW/LC_MESSAGES/test_be.mo
|
|
||||||
t/locale/zh_TW/LC_MESSAGES/test_utf8.mo
|
|
||||||
t/T_L10N.pm
|
|
||||||
THANKS
|
|
||||||
TODO
|
|
||||||
META.json
|
|
40
META.json
40
META.json
@ -1,40 +0,0 @@
|
|||||||
{
|
|
||||||
"abstract" : "Joins gettext and Maketext frameworks",
|
|
||||||
"author" : [
|
|
||||||
"imacat <imacat@mail.imacat.idv.tw>"
|
|
||||||
],
|
|
||||||
"dynamic_config" : 1,
|
|
||||||
"generated_by" : "ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter version 2.150005",
|
|
||||||
"license" : [
|
|
||||||
"perl_5"
|
|
||||||
],
|
|
||||||
"meta-spec" : {
|
|
||||||
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
|
|
||||||
"version" : "2"
|
|
||||||
},
|
|
||||||
"name" : "Locale-Maketext-Gettext",
|
|
||||||
"no_index" : {
|
|
||||||
"directory" : [
|
|
||||||
"t",
|
|
||||||
"inc"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"prereqs" : {
|
|
||||||
"build" : {
|
|
||||||
"requires" : {
|
|
||||||
"ExtUtils::MakeMaker" : "0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"configure" : {
|
|
||||||
"requires" : {
|
|
||||||
"ExtUtils::MakeMaker" : "0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime" : {
|
|
||||||
"requires" : {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"release_status" : "stable",
|
|
||||||
"version" : "1.30",
|
|
||||||
"x_serialization_backend" : "JSON::PP version 2.27300_01"
|
|
||||||
}
|
|
22
META.yml
22
META.yml
@ -1,22 +0,0 @@
|
|||||||
---
|
|
||||||
abstract: 'Joins gettext and Maketext frameworks'
|
|
||||||
author:
|
|
||||||
- 'imacat <imacat@mail.imacat.idv.tw>'
|
|
||||||
build_requires:
|
|
||||||
ExtUtils::MakeMaker: '0'
|
|
||||||
configure_requires:
|
|
||||||
ExtUtils::MakeMaker: '0'
|
|
||||||
dynamic_config: 1
|
|
||||||
generated_by: 'ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter version 2.150005'
|
|
||||||
license: perl
|
|
||||||
meta-spec:
|
|
||||||
url: http://module-build.sourceforge.net/META-spec-v1.4.html
|
|
||||||
version: '1.4'
|
|
||||||
name: Locale-Maketext-Gettext
|
|
||||||
no_index:
|
|
||||||
directory:
|
|
||||||
- t
|
|
||||||
- inc
|
|
||||||
requires: {}
|
|
||||||
version: '1.30'
|
|
||||||
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
|
|
66
SIGNATURE
66
SIGNATURE
@ -1,66 +0,0 @@
|
|||||||
This file contains message digests of all files listed in MANIFEST,
|
|
||||||
signed via the Module::Signature module, version 0.81.
|
|
||||||
|
|
||||||
To verify the content in this distribution, first make sure you have
|
|
||||||
Module::Signature installed, then type:
|
|
||||||
|
|
||||||
% cpansign -v
|
|
||||||
|
|
||||||
It will check each file's integrity, as well as the signature's
|
|
||||||
validity. If "==> Signature verified OK! <==" is not displayed,
|
|
||||||
the distribution may already have been compromised, and you should
|
|
||||||
not run its Makefile.PL or Build.PL.
|
|
||||||
|
|
||||||
-----BEGIN PGP SIGNED MESSAGE-----
|
|
||||||
Hash: SHA1
|
|
||||||
|
|
||||||
SHA1 be0627fff2e8aef3d2a14d5d7486babc8a4873ba Artistic
|
|
||||||
SHA1 f044bfe71c57b6f25c659bc0a6067aa854bc8343 BUGS
|
|
||||||
SHA1 3a6b06abecc4014d03f93aef9ba3d7844f347015 Build.PL
|
|
||||||
SHA1 8624bcdae55baeef00cd11d5dfcfa60f68710a02 COPYING
|
|
||||||
SHA1 8c73bc41a89b871228690905237f623cb0441914 Changes
|
|
||||||
SHA1 db0a35525a84c33ed78ab4f59df93b20fa31c8cf INSTALL
|
|
||||||
SHA1 c3d0ffec086f8f4b993ca18d13e245cd8bd0897e MANIFEST
|
|
||||||
SHA1 a49b0303abb2d3713f8cd63575dfa78b47e74c24 META.json
|
|
||||||
SHA1 d2f49e6aec4739c0645708880e0c317faf823a74 META.yml
|
|
||||||
SHA1 c74edd007cc28a2e9cea45b209b64fbb3e919749 Makefile.PL
|
|
||||||
SHA1 d9b790a6c16c3ed5be90396ec345fc18b6964e3a README
|
|
||||||
SHA1 3db402b52e04cf5a6e60291c23aac8c16f2db810 THANKS
|
|
||||||
SHA1 85dd5ac895cc0a5b95827060999578d8ce8d41dd TODO
|
|
||||||
SHA1 659e822f5846550c1634eed3c737c454605db96d lib/Locale/Maketext/Gettext.pm
|
|
||||||
SHA1 b88b6bad1e8cb0ba825594c233c006c1b297646f lib/Locale/Maketext/Gettext/Functions.pm
|
|
||||||
SHA1 f89afd70fdcbaeeab44fada7ed3087d5c7f6f018 script/maketext
|
|
||||||
SHA1 7f2e13f5f6a798d52ea897d24d07b49af4039341 t/00-signature.t
|
|
||||||
SHA1 7bc2bf2d3ef2befd48a457fb3d90c7c7bdcc4854 t/01-basic.t
|
|
||||||
SHA1 73ce1e3ba168373318655b3f4fbca1847e49fd75 t/02-big-endian.t
|
|
||||||
SHA1 cfb448dc0aafae2742159df71fcb35e8bfc05ce6 t/03-errors.t
|
|
||||||
SHA1 8a28c721b5eefe607c300192c8cb8e8107f419be t/04-encodings.t
|
|
||||||
SHA1 c16af7bbe1d9bd7ce8644c19f968231b94156c12 t/05-switching.t
|
|
||||||
SHA1 0212e5b50d6886601b0a4ad82d3c656975009a73 t/06-racing.t
|
|
||||||
SHA1 2ddb628b67ae35033fad4331c5323928d7dd7395 t/07-f-basic.t
|
|
||||||
SHA1 a4491ef77b899c4988b8ab34fb8f945a8d06c285 t/08-f-errors.t
|
|
||||||
SHA1 8fb7ecbce36daaf81ac9c197dab6834b25233cc5 t/09-f-encodings.t
|
|
||||||
SHA1 2c1641cc6fff792fb83826486050acab23a1db51 t/10-f-switching.t
|
|
||||||
SHA1 4afe4980e7ed4d326009b8257e01320abfb33d14 t/11-command-line.t
|
|
||||||
SHA1 ed15cbcfbfb59b23465427cda4f1373de973b347 t/12-cache.t
|
|
||||||
SHA1 b85626024d610808bd0909989dcfb9fb20a40485 t/99-pod.t
|
|
||||||
SHA1 97dad77dee7f751d09efdb6900b077d68c853d46 t/T_L10N.pm
|
|
||||||
SHA1 676b87d7a8edc735ba676d2901827eb52532b418 t/locale/C/LC_MESSAGES/test.mo
|
|
||||||
SHA1 80ca74a96bd6f83bd903ebfd021b87c9184582eb t/locale/en/LC_MESSAGES/bad.mo
|
|
||||||
SHA1 676b87d7a8edc735ba676d2901827eb52532b418 t/locale/en/LC_MESSAGES/test.mo
|
|
||||||
SHA1 fbd67646ebb39a99c1ab5aa985addd7f7ab27561 t/locale/en/LC_MESSAGES/test2.mo
|
|
||||||
SHA1 99b05048a1243bb75622a3c6e8a7c8e9f59a9151 t/locale/en/LC_MESSAGES/test_be.mo
|
|
||||||
SHA1 5d3e312b86526ebe164589b1f7fbf96f01823b0c t/locale/en/LC_MESSAGES/test_utf8.mo
|
|
||||||
SHA1 42eece65e0ceae8267000b42692212c260a49b36 t/locale/zh_CN/LC_MESSAGES/test.mo
|
|
||||||
SHA1 746c06a73e4eb641eb006c90ed938c4b98cfc2ec t/locale/zh_CN/LC_MESSAGES/test_be.mo
|
|
||||||
SHA1 8db66e4035d1f55cd27186e02c0386709c2fc3d0 t/locale/zh_CN/LC_MESSAGES/test_utf8.mo
|
|
||||||
SHA1 6aa98d6675c91555309d58a93ff59cb205cbdd7b t/locale/zh_TW/LC_MESSAGES/test.mo
|
|
||||||
SHA1 bcc89cdc393507d51b5a76e40954db72914b60d8 t/locale/zh_TW/LC_MESSAGES/test2.mo
|
|
||||||
SHA1 20f810c6229d0bd4064b27f9b3d86b61a20f0821 t/locale/zh_TW/LC_MESSAGES/test_be.mo
|
|
||||||
SHA1 eb13887b005e3c3e9fab774dfea22de5c01ad1ef t/locale/zh_TW/LC_MESSAGES/test_utf8.mo
|
|
||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iF0EARECAB0WIQSBin4eTeP7OclnnAOL2C5vMLlLXAUCXX/B1QAKCRCL2C5vMLlL
|
|
||||||
XJnyAJ9cZyEzYRhZLyhvznz8dNsRw9I+8wCeLD6iHk5ji4KuH5OlMz2ysE5Bqyk=
|
|
||||||
=Hpbp
|
|
||||||
-----END PGP SIGNATURE-----
|
|
Loading…
Reference in New Issue
Block a user