~ubuntu-branches/ubuntu/quantal/libtemplate-perl/quantal

« back to all changes in this revision

Viewing changes to html/modules/Template/Plugin.html

  • Committer: Package Import Robot
  • Author(s): Benjamin Mako Hill
  • Date: 2012-04-08 19:06:29 UTC
  • mfrom: (0.7.1) (0.5.2) (5.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20120408190629-wbcbs2ea39mex6lt
Tags: 2.24-1
* New upstream release (Closes: #664561)
* Bump Standards-Version to 3.9.3
* Changed to the short description to mention the term "Template
  Toolkit". (LP: #688836)

Show diffs side-by-side

added added

removed removed

Lines of Context:
244
244
    bless {
245
245
        _DSN => $dsn,
246
246
    }, $class;
247
 
}</pre>
248
 
                        <pre>package main;
 
247
}
 
248
 
 
249
package main;
249
250
 
250
251
my $something = MyPlugin-&gt;new()
251
252
    || die MyPlugin-&gt;error(), "\n";
321
322
 
322
323
sub add_to_cache   { ... }
323
324
 
324
 
sub get_from_cache { ... }</pre>
325
 
                    <pre>package MyClient;
 
325
sub get_from_cache { ... }
 
326
 
 
327
package MyClient;
326
328
 
327
329
sub new {
328
330
    my ($class, $server, $blah) = @_;
405
407
          </div>
406
408
          </div>
407
409
          <div class="copyright">
408
 
            Copyright &copy; 1996-2008 <a href="http://wardley.org/">Andy Wardley</a>.  All Rights Reserved.
 
410
            Copyright &copy; 1996-2012 <a href="http://wardley.org/">Andy Wardley</a>.  All Rights Reserved.
409
411
          </div>
410
412
          <div class="licence">
411
413
            The <a href="http://template-toolkit.org/">Template Toolkit</a> is <a href="http://opensource.org/">Open Source</a> software.