http://www.perlmonks.org?node_id=378206


in reply to Re: Class for getting film information from IMDB.
in thread Class for getting film information from IMDB.

Thanks, guys. I'm glade to hear that somebody is interested of my work!

I've named my module IMDB::Film because it's releated with IMDB and there is a module IMDB::Movie. So, no need to create new name space for that.

But, any way, thanks for your suggestions!

---
Schiller

It's only my opinion and it doesn't have pretensions of absoluteness!

  • Comment on Re^2: Class for getting film information from IMDB.

Replies are listed 'Best First'.
Re^3: Class for getting film information from IMDB.
by PodMaster (Abbot) on Jul 29, 2004 at 05:42 UTC
    So why did you decide to reinvent IMDB::Movie? The only extra feature I see is plot, which would've made an excellent addition to IMDB::Movie.

    --

    MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
    I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
    ** The third rule of perl club is a statement of fact: pod is sexy.

      I've decided to reinvent IMDB::Movie because there are not information which I needed: duration, summary, country, language etc. So, I've tried to inherit that module and extend it but it wasn't possible to do for me.

      And I've tried to implement needed functionality and make that module easy extending to inherit and override its methods or add new one.

      This is my first relise and I hope that step by step I'll improve that module.

      ---
      Schiller

      It's only my opinion and it doesn't have pretensions of absoluteness!

        Did you try contacting the author (jeffa) about adding those (he's a friendly guy)? I think it would be a good idea for you to ask him to take over (or share) maintenance of IMDB::Movie, that way you can get rid of the duplication.

        MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
        I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
        ** The third rule of perl club is a statement of fact: pod is sexy.