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

perl-CGI-Application-4.610.0-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: perl-CGI-Application Distribution: openSUSE Tumbleweed
Version: 4.610.0 Vendor: openSUSE
Release: 1.1 Build date: Thu Jun 12 19:54:14 2025
Group: Unspecified Build host: reproducible
Size: 173421 Source RPM: perl-CGI-Application-4.610.0-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://metacpan.org/release/CGI-Application
Summary: Framework for building reusable web-applications
It is intended that your Application Module will be implemented as a
sub-class of CGI::Application. This is done simply as follows:

    package My::App;
    use base 'CGI::Application';

*Notation and Conventions*

For the purpose of this document, we will refer to the following
conventions:

  WebApp.pm   The Perl module which implements your Application Module class.
  WebApp      Your Application Module class; a sub-class of CGI::Application.
  webapp.cgi  The Instance Script which implements your Application Module.
  $webapp     An instance (object) of your Application Module class.
  $c          Same as $webapp, used in instance methods to pass around the
              current object. (Sometimes referred as "$self" in other code)

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Thu Jun 12 2025 Tina Müller <tina.mueller@suse.com>
  - Normalize CPAN version
    See https://github.com/openSUSE/cpanspec/issues/47 for details
* Mon Mar 05 2018 coolo@suse.com
  - updated to 4.61
    see /usr/share/doc/packages/perl-CGI-Application/Changes
    4.61
    - Release fix in 4.60_1
    4.60_1
      [BUGS]
    - Revert MANIFEST changes which seemed to have caused some issues
      https://github.com/MartinMcGrath/CGI--Application/issues/5
      [DOCUMENTATION]
    - Fix minor POD typo.
* Thu Mar 01 2018 coolo@suse.com
  - updated to 4.60
    see /usr/share/doc/packages/perl-CGI-Application/Changes
    4.60
    - Release, includes all changes from 4.50_50, 4.50_51
    4.50_51 (developer release) 2015-07-16
      [BUGS]
    - Create new CGI::PSGI object unconditionally in psgi_app()/Bug #88506 (allter)
      [DOCUMENTATION]
    - Introduced Travis CI (Martin McGrath)
    4.50_50 (developer release) Fri Jun 23, 2014
    - Add PSGI Streaming methods (Mike Tonks)
    - Added CGI.pm dependency, it is no longer a core module (Martin McGrath)
      [BUGS]
    - Fixed rt #84403 - Security problem: missing "start" mode dumps ENV to output page. (Martin McGrath)
    - Ensure dump_html() returns valid HTML. (Martin McGrath)
      [DOCUMENTATION]
    - Changes to repository URL and bug tracker, added Martin McGrath as a co-maintainer
    - Typo fixes (David Steinbrunner)
* Mon Oct 24 2011 tabraham@novell.com
  - updated to 4.50 Thu Jun 16, 2011
      [FEATURES]
      Better PSGI support in the core
    - run_as_psgi() works like run, but directly returns the expected PSGI response structure
    - psgi_app() wraps up all the PSGI bits to call and run the application and return a PSGI
      code ref:
      $psgi_coderef = WebApp->psgi_app({ ... args to new() ... });
      [DOCUMENTATION]
    - docs for header_props() were improved
* Wed Dec 01 2010 coolo@novell.com
  - switch to perl_requires macro
* Mon Nov 29 2010 coolo@novell.com
  - remove /var/adm/perl-modules
* Tue Oct 19 2010 coolo@novell.com
  - add perl as explicit buildrequire
* Sun Jan 10 2010 jengelh@medozas.de
  - enable parallel build
* Thu Jul 30 2009 cwh@suse.de
  - 4.31 Wed Jul 29, 2009
      [FEATURES]
    - html_tmpl_class() now allows setting an an alternate HTML::Template class
      at a run time. This makes it easy to set the class to be
      'HTML::Template::Dumper' for debugging. You can then see and precisely
      test the Perl data structure that would be sent your template, taking
      into account the template tokens that are actually set there.  (Mark Stosberg)
      [DOCUMENTATION]
    - More typo fixes (Lyle)
  - 4.21 Sat Jan 3, 2009
      [FEATURES]
    - This now works:
      $webapp->query($new_query_object);
      Setting a new query object can be useful in combination with
      CGI::Application::Server.  (Jaldhar Vyas)
      [DOCUMENTATION]
    - More typo fixes (Lyle)
* Tue Nov 04 2008 cwh@suse.de
  - 4.20 Sat Nov 1, 2008
      [DOCUMENTATION]
    - typo fix (Lyle)
  - 4.19_1 Fri Sep 27, 2008
      [FEATURES]
    - New 'html_tmpl_class' method allows you to specify an alternative
      HTML::Template class. This technique will eliminate the need to use
      a plugin for HTML::Template-compatible classes. See the docs
      for load_tmpl() for details.
      Thanks to Rhesa Rozendaal for the initial patch, and Mark Stosberg for
      documentation refinements.
      [DOCUMENTATION]
    - typo fix (George Hartzell)
    - Revert back to documenting the use of "$self", not $c, after community
      feedback.
      [INTERNALS]
    - Change how default run modes are declared for better compatibility
      with AutoRunmode and RunmodeDeclare plugins. Thanks Rhesa via RT#39631.

Files

/usr/lib/perl5/vendor_perl/5.40.2/CGI
/usr/lib/perl5/vendor_perl/5.40.2/CGI/Application
/usr/lib/perl5/vendor_perl/5.40.2/CGI/Application.pm
/usr/lib/perl5/vendor_perl/5.40.2/CGI/Application/Mailform.pm
/usr/share/doc/packages/perl-CGI-Application
/usr/share/doc/packages/perl-CGI-Application/Changes
/usr/share/doc/packages/perl-CGI-Application/README
/usr/share/licenses/perl-CGI-Application
/usr/share/licenses/perl-CGI-Application/ARTISTIC
/usr/share/licenses/perl-CGI-Application/GPL
/usr/share/man/man3/CGI::Application.3pm.gz
/usr/share/man/man3/CGI::Application::Mailform.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Jun 26 00:00:45 2025