make depriciation warning
[cloudstore.git] / lib / CloudStore / API.pm
index 1b2625d..05fcbeb 100644 (file)
@@ -14,7 +14,7 @@ use Carp qw(confess cluck);
 sub new {
        my ($class,$slice) = @_;
 
-       cluck "DEPRICIATED $slice specified" if $slice;
+       warn "## DEPRICIATED $slice specified" if $slice;
 
        my $self = {
                passwd => '/var/lib/extrausers/passwd',