From 75aa29074f273164a8029d2fd8c963f8de5aea49 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 25 Mar 2011 21:43:42 +0000 Subject: it might even complie --- lib/DeWeave/Crypto/KeyBundle.pm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lib/DeWeave/Crypto/KeyBundle.pm (limited to 'lib/DeWeave/Crypto/KeyBundle.pm') diff --git a/lib/DeWeave/Crypto/KeyBundle.pm b/lib/DeWeave/Crypto/KeyBundle.pm new file mode 100644 index 0000000..aea89ec --- /dev/null +++ b/lib/DeWeave/Crypto/KeyBundle.pm @@ -0,0 +1,15 @@ +package DeWeave::Crypto::KeyBundle; +use Moose; +use namespace::autoclean; +use MooseX::Types::Moose qw(HashRef Str); +use MooseX::Types::Structured qw(Tuple); + +has _keys => ( + isa => Str, + init_arg => undef, + lazy_build => 1, +); + + + +1; -- cgit v1.2.3