Skip to content

Commit a090730

Browse files
committed
Whitespace cleanup
1 parent 2f8636a commit a090730

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

lib/perl5/Puma/Cookie/Session.pm

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@ sub save {
6262
$self->serialize($file);
6363
}
6464

65-
66-
67-
68-
69-
70-
71-
7265
# === Method Extended from Puma::Object::Serial =============================
7366
# --- make a clone of self and remove all data we don't want to serialize ---
7467
sub serial {
@@ -78,19 +71,3 @@ sub serial {
7871
}
7972

8073
1;
81-
82-
__END__
83-
84-
sub construct {
85-
my ($self, %args) = @_;
86-
87-
$args{UID} = $args{Server}->getCookie($args{UseCookie})->value()
88-
if exists $args{Server} && defined $args{Server} &&
89-
exists $args{UseCookie} && defined $args{UseCookie};
90-
91-
%args = $self->SUPER::construct(%args);
92-
93-
$self->load();
94-
95-
return %args;
96-
}

0 commit comments

Comments
 (0)