Gantry

 view release on metacpan or  search on metacpan

root/bookerrata.html  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Gantry | Perl Web Application Framework</title>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" 
    type="text/css" 
    media="screen" title="Default"
    href="/css/default.css" />
</head>

<body id="gantry-org">
     
    <!-- START: top nav logo (using page element style) -->
    <div class="page">
        <a href="/">
            <img style="margin-bottom: -5px;"
             src="/images/gantry_logo.png" alt="Gantry Logo"
             width="740" />
        </a>
    </div>

    <!-- END: top nav logo -->

    <!-- START: page -->
    <div id="page">
    
        <!-- START: content -->
        <div id="content">

            <div id="column_one_of_one">

<h1> Gantry Book Errata</h1>

<h2> Version 1.1 </h2>

In Chapter 7, on pages 74-75 the Job Ad example uses the traditional
CGI approach to multi-valued selects, namely it splits them on the
null character.  As of Gantry 3.51 multi-valued selects come in as
either a scalar (if there is only one) or as an array reference (if
there are more than one).

<h2> Version 1.0 </h2>

<h3>In chapter 2:</h3>
<p>
The first footnote should refer to Bigtop::ScriptHelp::Style::KickStart,
whose perldoc describes the new kickstart syntax.
</p>

<p>
On page 9 and in Table 2.1, the book says there are five tabs in tentmaker.
There are four tabs in tentmaker now.  The App Config tab has become a
regular block on the App Body tab.
</p>

<p>
For at least some versions of mysql, app.db is not a legal database name.
If you have that problem, replace app.db with app_db and add the -n app_db



( run in 0.716 second using v1.01-cache-2.11-cpan-39bf76dae61 )