/[Grep]/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21 - (show annotations)
Sun Feb 18 15:07:03 2007 UTC (17 years, 1 month ago) by dpavlin
File MIME type: text/plain
File size: 181 byte(s)
Bookmarklet is now designed to work on html results page (to capture cookies so that
Grep will later be able to fetch feeds with user credentials creating single sign-on
scenario :-), and it will automatically (using new requirement Feed::Find) find feed
on that page.

For that to work, new action AddFeed was added.
1 use inc::Module::Install;
2
3 name 'Grep';
4 version '0.01';
5 requires 'Jifty' => '0.70117';
6
7 requires 'XML::Feed';
8 requires 'Data::Dump';
9 requires 'Feed::Find';
10
11 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26