HEX
Server: Apache
System: Linux dinesh8189 5.15.98-grsec-sharedvalley-2.lc.el8.x86_64 #1 SMP Thu Mar 9 09:07:30 -03 2023 x86_64
User: cgmgerenciamento1 (814285)
PHP: 8.1.26
Disabled: apache_child_terminate,dl,escapeshellarg,escapeshellcmd,exec,link,mail,openlog,passthru,pcntl_alarm,pcntl_exec,pcntl_fork,pcntl_get_last_error,pcntl_getpriority,pcntl_setpriority,pcntl_signal,pcntl_signal_dispatch,pcntl_sigprocmask,pcntl_sigtimedwait,pcntl_sigwaitinfo,pcntl_strerror,pcntl_wait,pcntl_waitpid,pcntl_wexitstatus,pcntl_wifexited,pcntl_wifsignaled,pcntl_wifstopped,pcntl_wstopsig,pcntl_wtermsig,php_check_syntax,php_strip_whitespace,popen,proc_close,proc_open,shell_exec,symlink,system
Upload Files
File: //usr/share/doc/perl-generators/Changes
Revision history for perl-generators.

1.10  Fri Jul  1 2016
- Update Makefile.PL to be able change requires/provides namespace for
  software collection

1.09  Thu Jun 23 2016
- Fix regression in parsing of heredoc

1.08  Fri Mar 18 2016
- Accept square brackets for list of dependencies
- Fixed generator to produce provides from code like this
  "package IRI {}" (BZ#1318658)

1.07  Tue Oct 20 2015
- Return perl version as normalized perl(:VERSION) symbol

  This changes two things how "require 5.006" is handled:
  1) The version is "5.006" is normalized to RPM-friendly format "5.6.0"
     without any epoch number. If the version cannot be normalized, the
     dependency is not exported.
  2) The requirement is exported as version of "perl(:VERSION)" RPM
     symbol instead of "perl" RPM symbol.


1.06  Tue Oct  5 2015
- Do not process results that contain direct method calls

1.05  Fri Oct  2 2015
- Fixed parsing of "use base" to find out a bareword (BZ#1267267)
- Update parsing of provides version when 'use version' is called

1.04  Tue Jul 28 2015
- Update parsing of provide's version
- Add changes released in rpm 4.12.0

1.03  Mon Feb  2 2015
- Update parsing of here-doc and quoted section which should be skipped
- Update tests suite

1.02  Fri Dec 12 2014
- Fix BZ#1172716 - update regex to properly match the module name
- Update tests suite
- Update the steps to get package version

1.01  Tue Oct 21 2014
- Fixed BZ#1160263 - do not catch numeric substring in the
  variable name for VERSION
- Update requires generator to:
  - ignore variables in statement
  - .pm files are not added with 'use'
  - argument of 'aliased' is added

1.00  Tue May 22 2014
- First version
- Take the Perl generators and fileattrs file from rpm-build 4.11.2
  and create perl-generators package