From b398c46825dc73ac92677893dd2a714cd21f8a4d Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 26 Mar 2011 12:40:12 +0000 Subject: collections working, subclasses, strings --- lib/DeWeave/Collection/Clients.pm | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/DeWeave/Collection/Clients.pm (limited to 'lib/DeWeave/Collection/Clients.pm') diff --git a/lib/DeWeave/Collection/Clients.pm b/lib/DeWeave/Collection/Clients.pm new file mode 100644 index 0000000..a49e54a --- /dev/null +++ b/lib/DeWeave/Collection/Clients.pm @@ -0,0 +1,8 @@ +package DeWeave::Collection::Clients; +use Moose; +use namespace::autoclean; +use DeWeave::BO::Client; + +extends 'DeWeave::Collection'; + +1; -- cgit v1.2.3