mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add Catalyst-Component-InstancePerContext.
* gnu/packages/web.scm (perl-catalyst-component-instancepercontext): New variable.
This commit is contained in:
parent
4306f28be5
commit
040a52fd75
1 changed files with 24 additions and 0 deletions
|
@ -555,6 +555,30 @@ (define-public perl-catalyst-action-rest
|
|||
regular method.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-catalyst-component-instancepercontext
|
||||
(package
|
||||
(name "perl-catalyst-component-instancepercontext")
|
||||
(version "0.001001")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/G/GR/GRODITI/"
|
||||
"Catalyst-Component-InstancePerContext-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wfj4vnn2cvk6jh62amwlg050p37fcwdgrn9amcz24z6w4qgjqvz"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs
|
||||
`(("perl-catalyst-runtime" ,perl-catalyst-runtime)
|
||||
("perl-moose" ,perl-moose)))
|
||||
(home-page
|
||||
"http://search.cpan.org/dist/Catalyst-Component-InstancePerContext")
|
||||
(synopsis "Create only one instance of Moose component per context")
|
||||
(description "Catalyst::Component::InstancePerContext returns a new
|
||||
instance of a component on each request.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-catalyst-plugin-authentication
|
||||
(package
|
||||
(name "perl-catalyst-plugin-authentication")
|
||||
|
|
Loading…
Reference in a new issue