Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-CGI-SSI-0.920.0-9.mga8 RPM for noarch

From Mageia 8 for aarch64 / media / core / release

Name: perl-CGI-SSI Distribution: Mageia
Version: 0.920.0 Vendor: Mageia.Org
Release: 9.mga8 Build date: Wed Feb 12 05:00:15 2020
Group: Development/Perl Build host: localhost
Size: 38026 Source RPM: perl-CGI-SSI-0.920.0-9.mga8.src.rpm
Packager: umeabot <umeabot>
Url: http://search.cpan.org/dist/CGI-SSI
Summary: Use SSI from CGI scripts
CGI::SSI is meant to be used as an easy way to filter shtml through CGI
scripts in a loose imitation of Apache's mod_include. If you're using
Apache, you may want to use either mod_include or the Apache::SSI module
instead of CGI::SSI. Limitations in a CGI script's knowledge of how the
server behaves make some SSI directives impossible to imitate from a CGI
script.

Most of the time, you'll simply want to filter shtml through STDOUT or some
other open filehandle. 'autotie' is available for STDOUT, but in general,
you'll want to tie other filehandles yourself:

    $ssi = tie(*FH, 'CGI::SSI', filehandle => 'FH');
    print FH $shtml;

Provides

Requires

License

GPL+ or Artistic

Changelog

* Wed Feb 12 2020 umeabot <umeabot> 0.920.0-9.mga8
  + Revision: 1493498
  - Mageia 8 Mass Rebuild
  + wally <wally>
  - replace deprecated %makeinstall_std
* Wed Sep 19 2018 umeabot <umeabot> 0.920.0-8.mga7
  + Revision: 1266065
  - Mageia 7 Mass Rebuild

Files

/usr/share/doc/perl-CGI-SSI
/usr/share/doc/perl-CGI-SSI/Changes
/usr/share/doc/perl-CGI-SSI/META.yml
/usr/share/doc/perl-CGI-SSI/README
/usr/share/man/man3/CGI::SSI.3pm.xz
/usr/share/perl5/vendor_perl/CGI
/usr/share/perl5/vendor_perl/CGI/SSI.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 15:06:39 2024