X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole%2FSession.pm;h=cde28dcb1fd7f69cd89499c173aaf8a225ad4553;hb=db969aff8709f53ce4c7494166feb308008264e0;hp=309ff38e601e8fd9bac1959ea399fa63f5dfde82;hpb=1832705643db5a1ca965d83db327dc5c7ec73ad1;p=maypole.git diff --git a/lib/Maypole/Session.pm b/lib/Maypole/Session.pm index 309ff38..cde28dc 100644 --- a/lib/Maypole/Session.pm +++ b/lib/Maypole/Session.pm @@ -35,7 +35,7 @@ our $VERSION = 0.01; sub generate_unique_id { my $length = shift || 32; my $id = substr(Digest::MD5::md5_hex(Digest::MD5::md5_hex(time(). {}. rand(). $$)), 0, $length); - return; + return $id; }