Changes file for DateTime-Pregnancy

$Id$

0.01 Released Sun Oct. 10 2004


PRERELEASE

- Added date parameter to calculcate week

- Added several tests

- Added use of clone (now things work as expected)

- Added POD

- Added Villads test

- Added some simple error handling

- Added calculate_month

- Added BUGS file

- Added MANIFEST file

- Menstruation changed to period

- Changed serious spelling error lenght to length

- Separated calculation method into 3 separate parts, implementing:

	- The 40 weeks method
	- The count_back method
	- The 266 days method

- Added t/methods.t

- Added use of POSIX, we use floor in the 266days method