Revision history for WWW::Myspace

0.92 2009-01-29

0.91 2008-11-20

0.90 2008-11-15

0.89 2008-11-14

0.88 2008-10-01

0.87 2008-09-12

0.86 2008-09-10

0.85 2008-08-23

0.84 2008-08-16

0.83 2008-08-15

0.82 2008-06-19

0.81 2008-06-14

0.80 2008-05-24

0.79 2008-04-30

0.78 2008-04-14

0.77 2008-04-11

0.76 2008-04-11

0.75 2008-01-17

0.74 2007-11-20

0.73 2007-11-13

0.72 2007-10-10

0.71 2007-09-18

0.70 2007-08-16

0.69 2007-08-14

0.68 2007-07-06

0.67 2007-07-02

0.66 2007-06-29

0.65 2007-06-25

0.64 2007-06-03

0.63 2007-02-18

0.62 2007-01-30

0.61 2006-12-20

0.60 2006-11-19

0.59 2006-10-18

0.58 2006-09-17

0.57 2006-09-16

0.56 2006-09-09

0.55 2006-09-05

0.54 2006-09-04

0.53 2006-09-01

0.52 2006-08-08

PREVIOUS VERSIONS WILL FAIL WHEN SENDING MESSAGES

0.51 2006-08-03

0.50 2006-07-06

0.49 2006-06-15

0.48 2006-06-15

0.47 2006-05-31

        THE FOLLOWING METHODS WILL NOT WORK WITH PREVIOUS VERSIONS
        DUE TO MYSPACE CHANGES:
        - send_message
        - reply_message

0.46 2006-05-24

        THE FOLLOWING METHODS WILL NOT WORK WITH PREVIOUS VERSIONS
        DUE TO MYSPACE CHANGES:
        - friend_count
        - user_name
        - is_band

0.45 2006-05-09

0.44 2006-04-28

VERSIONS BEFORE 0.44 WILL FAIL LOGIN VERIFICATION as of 4/28/2006.

0.43 2006-04-19

0.42 2006-04-19

0.41 2006-04-15

0.40 2006-04-14

0.39 2006-04-08

0.38 2006-03-28

EARLIER VERSIONS WILL REPORT FALSE COMMENT POST FAILURES.

0.37 2006-03-22

0.36 2006-03-22 - maintenance release, replaces 0.35.

0.35 2006-03-15

0.34 2006-03-14

0.33 2006-03-10

0.32 2006-03-08

0.31 2006-03-06

0.30 2006-03-05

0.29 2006-02-27

message group

0.28 2006-02-26

0.27 2006-02-24

0.26 2006-02-20

0.25 2006-02-20

0.24 2006-02-19

          PREVIOUS VERSION WILL FAIL INSTALL TESTS AND get_friends,
          user_name, AND friend_count METHODS (and possibly others)
          WILL NOT WORK.

0.23 2006-02-11

0.22 2006-02-10

0.21 2006-02-07

0.20 2006-02-04

0.19 2006-02-04

        Maintenance release
        - Added missing test files to distribution

0.18 2006-02-02

0.17 2006-02-01/6:43pm

0.16 2006-01-26/8:09pm

0.15 2006-01-25/3:12pm

0.14 2006-01-25/11:41am

0.13 2006-01-20/7:43pm

        Fixed approve_friend_requests method. Was skipping valid friend
        requests.

0.12 2006-01-17/1:20pm

        Included Comment.pm, FriendChanges.pm, and Message.pm in
        distribution.
        Fixed bugs in cache_dir and cache_file handling.
        Made pathname handling OS-independent using File::Spec.
        Added friend_count and user_name accessors.
        Fixed retreival of user's friend list in get_friends.
        Added make_cache_dir method.
        Comment.pm:-
             Added exlusions_file method.
            - Renamed "set_HTML" method "HTML". Made it a
              standard accessor method.
        FriendChanges.pm:-
             Set default cache file to $myspace->cache_dir/friend_cache.
            - Added cache_file accessor method.
            - Obsoleted "set_cache_file" method.
        Message.pm, Comment.pm, FriendChanges.pm:-
             When cache_dir method is called to retreive its default
              value, it calls the make_cache_dir method in the
              WWW::Myspace object to create cache_dir if it
              doesn't exist.
            - File handling done by File::Spec for cross-platform
              portability.
        Message.pm:-
             Added extensive test suite.
            - Added "messaged" method.
            - Stabilized code to beta release state. Passes test suite.
            - Fixed bugs.
            - Noted obscure known "bugs".

0.11 2006-01-19/3:07am

CPAN maintenance release. Removed stray ._ files from dist.

0.10 2006-01-16/8:12pm

        Fixed setting of HOME_DIR to work if $ENV{HOME} is not
        set (i.e. if running in a CGI script). Updated docs.

0.09 2006-01-11/10:24pm

        Chnaged name from "Myspace" to "WWW::Myspace"
        Made "Spiffy".
        Updated docs.
        Changed cache file to use $HOME/.www-myspace/login_cache by default.
        Fixed bugs:
        Known issues:
            - get_friends method does not work if user has > 40 friends
              (bug introduced by change in myspace site).
            - post_comment dies if it is told to post to a friendID that
              is not a friend of the logged-in user. (Myspace displays
              an error instead of a form).
        Added test suite.

0.08 2006-01-07/12:52pm

        *** REQUIRED VERSION AFTER 1/7/2006 ***
        Added explicit load of "Home" page when logging in.
        Note that this was done beacuse Myspace added an
        ad page which breaks any version of this module prior
        to this one.

0.07 2006-01-03/7:51pm

        Added CAPTCHA response code "FC" to send_message method. send_message
        returns FC if the $CAPTCHA regexp is found after submitting a message
        form.

0.06 2005-12-27/5:04pm

        Added friends_in_group method. Returns list of "friends" in a
        Myspace group when passed the group ID.

0.05 2005-12-14/7:49pm

Added approve_friends method.

0.04 2005-12-11/9:38pm

        Minor documentation tweaks: Updated BUGS and Copyright secsions,
        added "send_messages" method in SYNOPSIS.

0.03 2005-12-11/9:21pm

        Added send_message method.
        Added already_commented method.
        Updated documentation to be in-line in the package file.

0.02 2005-12-08/10:41pm

        post_comments now adds "<br>" tags to the message
        like myspace's Javascript does.

0.01 2005-12-05/1:14

First version, released on an unsuspecting world.