Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Re: RFC: Pod::Remove

by domm (Chaplain)
on Mar 14, 2003 at 10:12 UTC ( [id://242993]=note: print w/replies, xml ) Need Help??


in reply to Re: RFC: Pod::Remove
in thread RFC: Pod::Remove

I've at least two modules on CPAN that will break if you remove everything after __DATA__. Note also that all modules that use AutoLoader or SelfLoader will have the bulk of their code after a __DATA__ or __END__ token.

Good point. So I'll leave __DATA__ and __END__ as is.

Furthermore, there's no POD in the following code:

print "Hello, =pod world =cut ";
Although your stripper would remove three lines from the code.

Another good point. I'm currently trying to get on the pod-people mailing list, but the subscriber adress seems to be broken..

Anyway, thanks for the feedback, I'll try to get Pod::Simple to DWIM.

-- #!/usr/bin/perl for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://242993]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (8)
As of 2024-04-18 13:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found