File: MANIFEST

package info (click to toggle)
libtext-microtemplate-perl 0.24-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 296 kB
  • sloc: perl: 1,725; makefile: 2
file content (48 lines) | stat: -rw-r--r-- 978 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Changes
contrib/vim/ftdetect/html.vim
contrib/vim/ftdetect/mt.vim
contrib/vim/syntax/tmt.vim
contrib/vim/syntax/tmt2html.vim
inc/Module/Install.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/Text/MicroTemplate.pm
lib/Text/MicroTemplate/EncodedString.pm
lib/Text/MicroTemplate/File.pm
Makefile.PL
MANIFEST			This list of files
META.yml
MYMETA.json
MYMETA.yml
README
t/00-base.t
t/01-simple.t
t/02-render_mt.t
t/03-modes.t
t/04-multiline.t
t/05-warn.t
t/06-package.t
t/07-file.t
t/07-file/hello.mt
t/07-file/include.mt
t/07-file/konnitiwa.mt
t/07-file/package.mt
t/07-file/pod.mt
t/07-file/wrapped.mt
t/07-file/wrapped2.mt
t/07-file/wrapped3.mt
t/07-file/wrapped_escape.mt
t/07-file/wrapper.mt
t/08-filter.t
t/09-escape.t
t/10-emptytemplate.t
t/11-comment.t
t/12-compound.t
t/13-heredoc.t
t/14-lineno.t
t/15-prepend.t