Perldoc-Server

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

root/static/images/explore_tl.png
root/static/images/explore_tm.png
root/static/images/explore_tr.png
root/static/images/footer.png
root/static/images/footer_bg.png
root/static/images/h2_bg.png
root/static/images/header.png
root/static/images/main_bg.png
root/static/images/onion-grey.png
root/static/images/onion.gif
root/static/images/popup_bg.png
root/static/images/popup_bottomleft.png
root/static/images/popup_close.png
root/static/images/popup_resize.png
root/static/images/popup_title.png
root/static/images/popup_topright.png
root/static/js/combined-20100403.js
root/static/js/exploreperl.js
root/static/js/OpenThought.js
root/static/js/perldoc.js
root/static/js/PerlSyntax.js
root/templates/breadcrumb.tt
root/templates/default.tt
root/templates/default.tt.orig
root/templates/function.tt
root/templates/function_bycat.tt

root/static/css/css-20100402.css  view on Meta::CPAN

	visibility: hidden;	
}

div.hud_header {
}

div.hud_footer {
}

div.hud_bottomleft {
	background: url(/static/images/popup_bottomleft.png) no-repeat;
	width: 8px;
	height: 23px;
	float: left;
}

div.hud_title {
	background-image: url(/static/images/popup_title.png);
	margin-left: 24px;
	margin-right: 8px;
	padding-top: 4px;
	color: #d8d8d8;
	text-align: center;
	padding-right: 16px;
	font-size: .9em;  
	cursor: move;
}

div.hud_topright {
	width: 8px;
	height: 23px;
	background-image: url(/static/images/popup_topright.png);
	position: absolute;
	right: 0;
	top: 0;
}

div.hud_bottom {
	background-image: url(/static/images/popup_bg.png);
	margin-left: 8px;
	margin-right: 23px;
}

div.hud_resize {
	background: url(/static/images/popup_resize.png) no-repeat;
	width: 23px;
	height: 23px;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: se-resize;
}

div.hud_close {
	width: 24px;
	height: 23px;
	background-image: url(/static/images/popup_close.png);
	float: left;
}

div.hud_close a {
	display: block;
	width: 24px;
	height: 23px;
}

div.hud_content {
	overflow: auto;
	width: 250px;
	height: 200px;
	background-image: url(/static/images/popup_bg.png);
	font-size: .9em;
	color: #7f7f7f;
	padding-right: 5px;
}

div.hud_content ul {
	margin-top: 10px;
}

div#content_body div.hud_content a:link {

root/static/js/OpenThought.js  view on Meta::CPAN

//////////////////////////////////////////////////////////////////////////////
//
// Config section
//
// Change any of the following to your preference

/*
   Enable a log window so you can see what's going on behind the scenes.  If
   something in your app isn't working, try enabling this.  This can be very
   useful for debugging, but you probably want it disabled while your app is in
   production.  This, of course, won't work if your popup blocking software
   doesn't allow popups from the site you're running your application from.
*/
this.log_enabled = false;

/*
   What log level to run at.  You have the ability to enable lots of debugging
   output, only serious errors, and various levels in between.
     * options: debug, info, warn, error, fatal
*/
this.log_level = "debug";



( run in 2.515 seconds using v1.01-cache-2.11-cpan-364913b4093 )