Pod::Simple::Select

2017-03-30 Thread RAPPAZ Francois via pod-people
At the end, I got the idea of - Subclassing Pod::Simple to detect the start line of pod directive that I want to select and extract from a pod file. The end line is when a cut is met or when another directive given in the select method begins - Having a $parser ->select({

pod embedded in pod

2017-04-13 Thread RAPPAZ Francois via pod-people
How can I embed pod directives in a pod directive so that they are displayed as plain text ? I have tried =begin pod or =begin text without success. Should I use E<61> instead of = ? Thanks François