The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.37

  • Bugfix:
  • removed unwanted debugging output on database close from CIPP::Runtime. Note: you must install this CIPP::Runtime version (0.39) on all your production systems to get rid of the debugging messages.
  • Features:
  • <?GETURL> support for new.spirit generic file type and jar file types

Changes for version 2.36_04

  • INTERNAL BETA RELEASE Bugfix:
  • chdir to the base dir of the CGI program did not work, because it was exectued too late. Thus programs did not work, if the actual working directory differed from the installation directory.
  • documentation is uptodate
  • Incompatible Change:
  • The shortcut syntax for includes <?x.include.this> is not deprecated anymore. It is completely forbidden.
  • Features:
  • new CIPP command <?>arbitrary perl expression to be printed<?/>
    • This makes it possible to write things like this with less syntax overhead:
    • <?>$object->get_attribute<?/>
    • The official Perl solution for this:
    • ${\( $object->get_attribute )}
    • is really ugly, and the CIPP way
    • <?PERL>print $object->get_attribute;<?/PERL>
    • too long ;)

Changes for version 2.36_03

  • INTERNAL BETA RELEASE Bugfix:
  • <?REQUIRE> did not work for modules outside the own project

Changes for version 2.36_02

  • INTERNAL BETA RELEASE Bugfix:
  • CIPP::Runtime threw warnings on program exit: "commit ineffective with AutoCommit enabled ... "
  • "make test" always failed

Changes for version 2.36_01

  • INTERNAL BETA RELEASE Bugfix:
  • Bugzilla Bug #132:
    • fixes some mod_perl bugs. If several new.spirit projects are installed under one mod_perl instance some side effects occured (establishing wrong database connections, loading of wrong base configs)
    • establishing the correct @INC path failed under mod_perl (subsequent requests only had the standard @INC, all project specific @INC entries disappeared)

Modules

Use CIPP embedded HTML Pages with mod_perl
Use CIPP embedded HTML Pages in a CGI environment
Powerful preprocessor for embedding Perl and SQL in HTML
Reference Manual

Provides

in lib/CGI/CIPP.pm
in lib/CIPP/Cache.pm
in lib/CIPP/DB_DBI.pm
in lib/CIPP/Include.pm
in lib/CIPP/InputHandle.pm
in lib/CIPP/LangDE.pm
in lib/CIPP/LangEN.pm
in lib/CIPP/LangDE.pm
in lib/CIPP/LangEN.pm
in lib/CIPP/OutputHandle.pm
in lib/CIPP/Request.pm
in lib/CIPP/Runtime.pm
in lib/CIPP/Stat/Collect.pm
in lib/CIPP/Stat/Show.pm
in lib/CIPP.pm
in lib/HTML/CIPP.pm