Now it's Lemonldap::NG::Common::Notification

This commit is contained in:
Sandro Cazzaniga 2012-07-26 09:05:06 +00:00
parent 3ee4e9765a
commit f116372b37

View File

@ -21,7 +21,7 @@ our ( $msg, $parser );
## @cmethod Lemonldap::NG::Common::Notification new(hashref storage)
# Constructor.
# @param $storage same syntax as Lemonldap::NG::Common::Conf object
# @return Lemonldap::NG::Portal::Notification object
# @return Lemonldap::NG::Common::Notification object
sub new {
my ( $class, $storage ) = splice @_;
my $self = bless {}, $class;