8
0

- updated to 1.50

- Removed normalize as a supported parameter, normalizing columns turns
     out not to work in practice. However, we always normalize tables to
     get the class name for the table as that seems to result in class
     names that make much more sense.
   - Adding normalize support to turn columnName into column_name

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-NetAddr-IP?expand=0&rev=24
This commit is contained in:
Stephan Kulow
2011-06-08 13:17:31 +00:00
committed by Git OBS Bridge
parent 251a8cdc03
commit b97ad0dd46
4 changed files with 14 additions and 9 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jun 8 13:10:29 UTC 2011 - coolo@novell.com
- updated to 4.044
added missing support for ->compactref(\@list) which is described
in the documentation but not implemented.
-------------------------------------------------------------------
Thu Apr 7 05:25:11 UTC 2011 - coolo@novell.com