reorder return logic
parent
874be8d5d6
commit
4c170fa4ec
|
@ -20,8 +20,8 @@ attribution web => [ 'robert.io', 'Robert Picard' ],
|
|||
twitter => ['http://twitter.com/__rlp', '__rlp'];
|
||||
|
||||
handle remainder => sub {
|
||||
return upside_down( $_ ) if $_;
|
||||
return;
|
||||
return unless $_;
|
||||
return upside_down( $_ );
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
Loading…
Reference in New Issue