GNU bug report logs -
#67963
[PATCH 0/4] Add Perl modules for debbugs.gnu.org
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/web.scm (perl-text-xslate): New variable.
Change-Id: Ib6e281402716e33bc6bf1e4a1ce8cf6772eda4ba
---
gnu/packages/web.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 344a138961..27358e1269 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4650,6 +4650,32 @@ (define-public perl-test-www-mechanize-psgi
applications.")
(license license:perl-license)))
+(define-public perl-text-xslate
+ (package
+ (name "perl-text-xslate")
+ (version "3.5.9")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/S/SK/SKAJI/Text-Xslate-v"
+ version ".tar.gz"))
+ (sha256
+ (base32 "103lhyqqv53x9rqsnxcba3pc4qkbwnjsw3gpyd7rjm0aw65mrj20"))))
+ (build-system perl-build-system)
+ (native-inputs (list perl-file-copy-recursive
+ perl-module-build
+ perl-module-build-xsutil
+ perl-test-requires))
+ (propagated-inputs (list perl-data-messagepack
+ perl-mouse))
+ (home-page "https://metacpan.org/release/Text-Xslate")
+ (synopsis "Scalable template engine for Perl5")
+ (description "Xslate is a template engine, tuned for persistent
+applications, safe as an HTML generator, and with rich features.
+The philosophy of this module is sandboxing in the sense that the
+template logic should not have no access outside the template.")
+ (license license:perl-license)))
+
(define-public perl-uri
(package
(name "perl-uri")
--
2.41.0
This bug report was last modified 75 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.