8
0

- update to 2.07

- Release unchanged except for version number after a period
      to see if test release threw up any issues...
    - Code gardening - no functionality modifications - includes:-
    - Moved old DEBUG framework to Smart::Comments
    - Ensured variables are declared my as much as possible
    - Ensure strict/warnings used as far as possible
    - use base rather than playing games with @ISA
    - Changes above enforce a requirement of perl 5.6.1
    - Robo-reformatted by perltidy
    - Stripped function prototypes where used
    - Passes standard perl critic with one exclusion
    - Tweaks for comprehensibility - splitting sections etc
- removed authors from spec

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Format?expand=0&rev=15
This commit is contained in:
Vítězslav Čížek
2011-04-22 12:16:47 +00:00
committed by Git OBS Bridge
parent 3103c2eefc
commit da2d3c68de
4 changed files with 28 additions and 14 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Apr 22 12:06:04 UTC 2011 - vcizek@novell.com
- update to 2.07
- Release unchanged except for version number after a period
to see if test release threw up any issues...
- Code gardening - no functionality modifications - includes:-
- Moved old DEBUG framework to Smart::Comments
- Ensured variables are declared my as much as possible
- Ensure strict/warnings used as far as possible
- use base rather than playing games with @ISA
- Changes above enforce a requirement of perl 5.6.1
- Robo-reformatted by perltidy
- Stripped function prototypes where used
- Passes standard perl critic with one exclusion
- Tweaks for comprehensibility - splitting sections etc
- removed authors from spec
-------------------------------------------------------------------
Mon Feb 21 14:43:20 UTC 2011 - vcizek@novell.com