Date/WeekOfYear version 0.01
============================

Date::WeekOfYear is small and efficient. 
The only purpose is to return the week of the year. 
This can be called in either a scalar or list context.

In a scalar context, just the week number is returned (the year starts at 
week 1).

In a list context, both the week number and the year (YYYY) are returned. 
This ensures that you know which year the week number relates too. 
This is only an issue in the week where the year changes (ie depending on 
the day you can be in either week 52 or week 1.

Note: there if you are after other date related functions then there are 
      plenty of other Date::* modules on CPAN provide the functionality of 
      this module in addition other ...

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Time::Local - Now standard

COPYRIGHT AND LICENCE

Greg George, IT Technology Solutions P/L, Australia
Mobile: +61-404-892-159, Email: gng@cpan.org

Copyright (C) 2004 Greg George

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.