Date-Manip
view release on metacpan or search on metacpan
internal/NOTES view on Meta::CPAN
rm -f english.txt english.txt.bak
#########################################################################
Update the copyright
y=`date '+%Y'`
for i in `find . -type f | egrep -v '.git' | xargs egrep -l 'Copyright \(c\) ....\-.... Sullivan Beck'` ;do
sed -e "s,\(Copyright (c) ....\)\-.... \(Sullivan Beck\),\1-$y \2," $i > z
mv z $i
done
chmod +x internal/tzdata internal/gen_dm5abbrevs examples/dm_* internal/langpod internal/windows.compare
#########################################################################
Switch the system timezone to America/Central and run the tests.
#########################################################################
Update the Changes5/Changes6 docs with the date.
../support/pod_to_changes > Changes
#########################################################################
( run in 0.475 second using v1.01-cache-2.11-cpan-8d75d55dd25 )