File: TO-DO

package info (click to toggle)
libdate-convert-perl 0.16-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 573; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 839 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- stick some sort of forward_day and back_day methods into the base class
- make things more OO.
- make it impossible to instantiate the base class (ie. make it an ADT).
- move the responsibilty for default constructor from subclasses to base
	class
- make Gregorian inherit from Julian rather than the other way around
- Add more calendars (ie. Islamic)
- Get ahold of my original sources
- make the default constructor initialize using today's date.
- add a whole lot more test cases to the test suites, particularly boundary
	conditions
- add more argument passing options a la CGI.pm, ie. 'year'=>1974 or 
	-year=>1974
- docs: explain about the second-part approximation that bugged Ed. Sabol
- add some form of format specifier to date_string for Gregorian
- Conversion between formats that understand time of dat and ones that don't?