public
Description: List files from Smart Folder by reading .savedSearch files
Homepage: http://search.cpan.org/dist/File-Spotlight
Clone URL: git://github.com/miyagawa/File-Spotlight.git
Tatsuhiko Miyagawa (author)
Wed Jul 22 02:35:25 -0700 2009
File-Spotlight / Changes
100644 15 lines (10 sloc) 0.549 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Revision history for Perl extension File::Spotlight
 
0.04 Thu Jun 4 23:34:39 PDT 2009
        - CHANGED API: takes .savedSearch in new() rather than list() to represnt Smart Folder as an object.
 
0.03 Wed Jun 3 10:52:47 PDT 2009
        - Parsing plist falls back to Mac::PropertyList when running without Foundation.pm (non-Apple perl)
          (Thanks to hanekomu)
 
0.02 Wed Jun 3 04:33:29 PDT 2009
        - Do not use IPC::Open2 to run on HTTP::Engine (and HTTP::Server::Simple)
 
0.01 Wed Jun 3 02:28:22 2009
        - original version