- Updating package for p5 module Catalyst::Controller::FormBuilder from
0.04 to 0.05
- Adjusting dependencies according to META.yml
- Adjust home page and comment
- Setting license to gnu-gpl-v2
Upstream changes:
0.05 08-05-09 15:12:26
Change from NEXT to MRO::Compat. Remove unneeded Class::Accessor::Fast
base classes (Chisel Wright)
- Updating package for p5 module Catalyst::Devel from 1.12 to 1.15
- Adjusting dependencies according to META.yml
Upstream changes:
1.15 2009-05-13 20:02
- Remove -p option for pid file, and restore it to the port number,
as it should be -port|-p (t0m)
- Document -pidfile in myapp_server.pl POD (t0m)
1.14_02 2009-05-11 04:29
- Small changes to work with File::ChangeNotify 0.03.
1.14_01 2009-05-11 03:45
- This release moves the restarter functionality into a new
module Catalyst::Restarter, that is not a Catalyst Engine
subclass.
The new restarter is simpler and more reliable, because it
does not try to test if a changed piece of code can be
compiled. It simply restarts the server whenever it detects
changes. This also makes it much faster.
However, this does mean that the server can simply die when
a changed file cannot compile. This is different than the
old behavior, where the server remained running without
incorporating the change.
Finally, the new restarter relies on File::ChangeNotify,
which is designed to accomodate per-OS methods of detecting
changed files. As of this writing, it currently ships with a
file watcher that uses inotify on Linux systems, and a
default fallback class that does everything in pure Perl.
1.13 2009-05-11 02:50
- add [-pidfile|-p] option for myapp_server.pl (caelum)
- Bump dependency on Config::General (caelum)
- On perls with c3 method dispatch, make sure Class::C3 is recent
enough to not produce warnings if it is already installed (caelum)
- add resources to META.yml (caelum)
the scheduled p5-Catalyst-Devel update.
A File::ChangeNotify::Watcher class monitors a directory for changes made to
any file. A regular expression can be provided to filter out interesting
files. It handles the addition of new subdirectories by adding them to the
watch list.
dependency of upcoming import for p5 module File::ChangeNotify (which is
a dependency for the scheduled p5-Catalyst-Devel update).
This module does not provide any methods. Simply loading it changes the
default naming policy for the loading class so that accessors are separated
into get and set methods. The get methods have the same name as the accessor,
while set methods are prefixed with "set_".
of upcoming import for p5 module File::ChangeNotify (which is a dependency
for the scheduled p5-Catalyst-Devel update)
This module fills a gap in Moose by adding method parameter validation to
Moose. This is just one of many developing options, it should not be
considered the "official" one by any means though.
- Updating package Test::Inline from 2.208nb1 to 2.209
- Setting license to gnu-gpl-v2
- Adjusting dependency according to META.yml
Upstream changes:
2.209 Sub 19 Apr 2009
- Updating to Module::Install 0.83
- Perl depedency corrected to 5.006
- Updating package for p5 module String::Format from 1.15 to 1.16
- Setting license to gnu-gpl-v2
Upstream changes:
(RT 44984):
String::Format 1.16 includes a license file, along with a few other changes.
Major changes in 2.26.3 are:
* New translations
* Allow shift+return during typeahead find
* Some startup performance fixes
* Fix excessive whitespace on right hand size in zoomed icon view
2.26.2:
* Add support for autohref, makes trailers on the Apple website
work again
* Add the cache subtitles directory to the subtitle file selection
dialogue's shortcuts
* Fix failure to save downloaded subtitles
* Fix resolve_uri returning an empty URI when trying to resolve
with a base at the root of a webserver
- Updating package for p5 module Storable from 2.18nb1 to 2.20
Upstream changes since 2.18:
Mon May 18 09:38:20 IST 2009 Abhijit Menon-Sen <ams@toroid.org>
Version 2.20
Fix bug handling blessed references to overloaded objects, plus
other miscellaneous fixes.
(Version 2.19 was released with 5.8.9.)
Changes:
- Skip blank lines in batch file
- Minor documentation change
- Update and correct (format,extension) table for YouTube
- Added -b option and created option groups for help prompt
- Fixed ambiguity of multiple video option specifiers by dissalowing it;
changed some sys.ext calls to parser.error
- Some consistency changes and ghost-file bugfix
- Move the -t and -l options to the filesystem group
- Add format 35 (flv) as second best in quality
- Add an "epoch" keyword to the output template
- Use store_const instead of append_const as the latter requires Python 2.5
2.26.2:
- Fix relative paths resolution for a number of playlist types
- Implement support for non-unicode encodings in the XML parser
- Fix parsing of iTunes podcasts for recent Apple changes
- Fix incorrect parsing of non-metalink QuickTime files