[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/25: gnu: Add Catalyst-Component-InstancePerContext.
From: |
Eric Bavier |
Subject: |
19/25: gnu: Add Catalyst-Component-InstancePerContext. |
Date: |
Thu, 19 Mar 2015 21:44:00 +0000 |
bavier pushed a commit to branch master
in repository guix.
commit 040a52fd75bce0b45b36434ead1cdc393611bcb9
Author: Eric Bavier <address@hidden>
Date: Tue Mar 17 15:15:38 2015 -0500
gnu: Add Catalyst-Component-InstancePerContext.
* gnu/packages/web.scm (perl-catalyst-component-instancepercontext):
New variable.
---
gnu/packages/web.scm | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index f5d88a7..6950f56 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -555,6 +555,30 @@ action with the generated name, and failing that it will
try to dispatch to a
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")
- 09/25: gnu: Add HTTP-Server-Simple., (continued)
- 09/25: gnu: Add HTTP-Server-Simple., Eric Bavier, 2015/03/19
- 11/25: gnu: Add Test-WWW-Mechanize., Eric Bavier, 2015/03/19
- 01/25: gnu: Add URI-Find., Eric Bavier, 2015/03/19
- 13/25: gnu: Add Object-Signature., Eric Bavier, 2015/03/19
- 12/25: gnu: Add Test-WWW-Mechanize-PSGI., Eric Bavier, 2015/03/19
- 14/25: gnu: Add Catalyst-Plugin-Session., Eric Bavier, 2015/03/19
- 07/25: gnu: Add HTML-Lint., Eric Bavier, 2015/03/19
- 15/25: gnu: Add Catalyst-Plugin-Authentication., Eric Bavier, 2015/03/19
- 18/25: gnu: Add MooseX-Types-LoadableClass., Eric Bavier, 2015/03/19
- 20/25: gnu: Add Tie-IxHash., Eric Bavier, 2015/03/19
- 19/25: gnu: Add Catalyst-Component-InstancePerContext.,
Eric Bavier <=
- 21/25: gnu: Add Error., Eric Bavier, 2015/03/19
- 16/25: gnu: Add MooseX-Traits-Pluggable., Eric Bavier, 2015/03/19
- 22/25: gnu: Add IPC-ShareLite., Eric Bavier, 2015/03/19
- 23/25: gnu: Add Cache-Cache., Eric Bavier, 2015/03/19
- 17/25: gnu: Add CatalystX-Component-Traits., Eric Bavier, 2015/03/19
- 25/25: gnu: Add Catalyst-Model-DBIC-Schema., Eric Bavier, 2015/03/19
- 24/25: gnu: Add DBIx-Class-Cursor-Cached., Eric Bavier, 2015/03/19