Revision history for Perl extension Geo::Postcodes::DK
------------------------------------------------------
2006-09-03 23:30 Arne Sommer
 * Released version 0.20.

2006-09-03 23:00 Arne Sommer
 * Fixed the errors and warnings in the documentation, as reported by
   'podchecker'.

2006-09-03 22:00 Arne Sommer
*  Removed the error checking code in 'eg/multiselection_dk', using
   'verify_selectionlist' instead. 

2006-09-03 21:00 Arne Sommer
*  Added the procedure wrapper 'verify_selectionlist' around the core
   '_verify_selectionlist'. 

2006-09-01 12:00 Arne Sommer
 * Rewritten 'eg/multiselection_no' to reflect the syntax changes in the
   selection procedure. 

2006-08-17 23:00 Arne Sommer
 * Rewritten '/t/5_selection_list.t' to skip the tests if the module
   'List::MoreUtils' isn't installed. 

2006-08-17 21:00 Arne Sommer
 * Updated the documentation, so that 'get_methods' is used instead of
   'methods'.

2006-08-17 15:00 Arne Sommer
 * Released version 0.10.

2006-08-15 18:00 Arne Sommer
 * Fixed an error in 'eg/multiselection_no' that prevented the 'all' modifier
   from working.

2006-08-05 21:00 Arne Sommer
 * Added support for the 'not' and 'all' modifiers in the sample program
   'eg/multiselection_dk'.

2006-07-30 16:00 Arne Sommer
 * Added the sample program 'eg/multiselection_no', using the new selection
   syntax.

2006-07-30 13:00 Arne Sommer
 * Rewritten the tests and sample code to use the new 'and/or' parameter in
   the core selection procedure/method.

2006-07-30 09:00 Arne Sommer
 * Renamed the 'methods' procedure/method to 'get_methods'.

2006-07-23 14:00 Arne Sommer
 * Released version 0.03.

2006-07-23 10:00 Arne Sommer
 * Removed the reference to the hash of legal methods in the 'selection' call,
   as the core now uses 'methods()' to get them.

2006-07-21 20:00 Arne Sommer
* Added the sample programs 'eg/basic_dk' and 'eg/selection_dk', matching the
  online examples.

2006-07-20 18:00 Arne Sommer
 * Made a major rewrite of the documentation.

2006-07-19 22:00 Arne Sommer
 * Added the 'type2verbose' procedure to convert the types (of the postal
   locations) to a danish text.

2006-07-19 14:00 Arne Sommer
 * Merged the national (norwegian and danish) postal type codes, and moved
   them to the base class. 'type' and 'type_of' will now give the code
   (instead of the description) . Use the new prodeure 'type_verbose_of' and
   method 'type_verbose' for the description. The base class has english
   texts, but this is overruled by danish texts by this module.

2006-07-18 23:00 Arne Sommer
 * Released version 0.02.

2006-07-18 18:00 Arne Sommer
 * Added the 'methods' and 'is_method' method/procedure.

2006-07-16 10:00 Arne Sommer
 * Added support for the 'selection' method/procedure in the base class.

2006-07-10 16:00 Arne Sommer
 * Released version 0.01.

2006-07-10 12:40 Arne Sommer
 * Original version; created by "h2xs -Xan Geo::Postcodes::DK".