Blame Changes

Packit 745a47
Revision history for perl-generators.
Packit 745a47
Packit 745a47
1.10  Fri Jul  1 2016
Packit 745a47
- Update Makefile.PL to be able change requires/provides namespace for
Packit 745a47
  software collection
Packit 745a47
Packit 745a47
1.09  Thu Jun 23 2016
Packit 745a47
- Fix regression in parsing of heredoc
Packit 745a47
Packit 745a47
1.08  Fri Mar 18 2016
Packit 745a47
- Accept square brackets for list of dependencies
Packit 745a47
- Fixed generator to produce provides from code like this
Packit 745a47
  "package IRI {}" (BZ#1318658)
Packit 745a47
Packit 745a47
1.07  Tue Oct 20 2015
Packit 745a47
- Return perl version as normalized perl(:VERSION) symbol
Packit 745a47
Packit 745a47
  This changes two things how "require 5.006" is handled:
Packit 745a47
  1) The version is "5.006" is normalized to RPM-friendly format "5.6.0"
Packit 745a47
     without any epoch number. If the version cannot be normalized, the
Packit 745a47
     dependency is not exported.
Packit 745a47
  2) The requirement is exported as version of "perl(:VERSION)" RPM
Packit 745a47
     symbol instead of "perl" RPM symbol.
Packit 745a47
Packit 745a47
Packit 745a47
1.06  Tue Oct  5 2015
Packit 745a47
- Do not process results that contain direct method calls
Packit 745a47
Packit 745a47
1.05  Fri Oct  2 2015
Packit 745a47
- Fixed parsing of "use base" to find out a bareword (BZ#1267267)
Packit 745a47
- Update parsing of provides version when 'use version' is called
Packit 745a47
Packit 745a47
1.04  Tue Jul 28 2015
Packit 745a47
- Update parsing of provide's version
Packit 745a47
- Add changes released in rpm 4.12.0
Packit 745a47
Packit 745a47
1.03  Mon Feb  2 2015
Packit 745a47
- Update parsing of here-doc and quoted section which should be skipped
Packit 745a47
- Update tests suite
Packit 745a47
Packit 745a47
1.02  Fri Dec 12 2014
Packit 745a47
- Fix BZ#1172716 - update regex to properly match the module name
Packit 745a47
- Update tests suite
Packit 745a47
- Update the steps to get package version
Packit 745a47
Packit 745a47
1.01  Tue Oct 21 2014
Packit 745a47
- Fixed BZ#1160263 - do not catch numeric substring in the
Packit 745a47
  variable name for VERSION
Packit 745a47
- Update requires generator to:
Packit 745a47
  - ignore variables in statement
Packit 745a47
  - .pm files are not added with 'use'
Packit 745a47
  - argument of 'aliased' is added
Packit 745a47
Packit 745a47
1.00  Tue May 22 2014
Packit 745a47
- First version
Packit 745a47
- Take the Perl generators and fileattrs file from rpm-build 4.11.2
Packit 745a47
  and create perl-generators package
Packit 745a47