From 57191960bf48c40ac0f7e805740f15927c026682 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 26 Mar 2011 12:05:17 +0000 Subject: crypto works! --- lib/DeWeave/Crypto/KeyBundle.pm | 15 --------------- 1 file changed, 15 deletions(-) delete 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 deleted file mode 100644 index aea89ec..0000000 --- a/lib/DeWeave/Crypto/KeyBundle.pm +++ /dev/null @@ -1,15 +0,0 @@ -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