Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Pod::Server 1.12

    Download button

    No screenshots available
    Downloads: 274  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    John BEPPU | More programs
    Perl Artistic License / FREE
    October 29th, 2011, 18:23 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Pod::Server description

    A web server for locally installed Perl documentation

    In the Ruby world, there is an utility called gem_server which starts up a little web server that serves documentation for all the locally installed RubyGems.

    Developer comments

    When I was coding in Ruby, I found it really useful to know what gems I had installed and how to use their various APIs.

    SYNOPSIS

    Usage for the pod_server script:

     pod_server [OPTION]...

    Examples:

     pod_server --help

     pod_server -bg '#301'

    Then, in your browser, visit:

     http://localhost:8088/

    How to start up a Continuity-based server manually (via code):

     use Pod::Server 'On::Continuity';
     Pod::Server->init;
     Pod::Server->continue(port => 8088);

    How to embed Pod::Server into a Catalyst app:

     use Pod::Server 'On::Catalyst';
     Pod::Server->init;
     Pod::Server->relocate('/pod');
     $Pod::Simple::HTML::Perldoc_URL_Prefix = '/pod/';
     sub pod : Local { Pod::Server->catalyze($_[1]) }



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    web server | Perl documentation | Perl module | Perl | web | server

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM