From 01c6a362a569e230bd8edac37fe4d4c1e1261b9f Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 18 Jul 2017 15:37:52 +0100 Subject: [PATCH] Fixed broken link to methoda in the pod for Dancer2::Manual::Migration. --- lib/Dancer2/Manual/Migration.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Dancer2/Manual/Migration.pod b/lib/Dancer2/Manual/Migration.pod index da90875b5..dc56c49d3 100644 --- a/lib/Dancer2/Manual/Migration.pod +++ b/lib/Dancer2/Manual/Migration.pod @@ -553,7 +553,8 @@ The session keyword has multiple states: =item * No arguments Without any arguments, the session keyword returns a L -object, which has methods for L, L, and L. +object, which has methods for L, +L, and L. my $session = session; $session->read($key);