~ubuntu-branches/ubuntu/maverick/lire/maverick

« back to all changes in this revision

Viewing changes to www/lib/Lire/WWW/UserAgent.pm

  • Committer: Bazaar Package Importer
  • Author(s): Joost van Baal
  • Date: 2006-11-02 15:30:00 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061102153000-343pa15n0rp58m1b
Tags: upstream-2.0.2
ImportĀ upstreamĀ versionĀ 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
use Carp;
13
13
 
14
14
BEGIN {
15
 
    $REVISION  = '$Id: UserAgent.pm,v 1.1 2004/05/24 15:24:34 flacoste Exp $';
 
15
    $REVISION  = '$Id: UserAgent.pm,v 1.2 2006/07/23 13:16:36 vanbaal Exp $';
16
16
    $VERSION   = "0.2.0";
17
17
}
18
18
 
259
259
 
260
260
=head1 VERSION
261
261
 
262
 
$Id: UserAgent.pm,v 1.1 2004/05/24 15:24:34 flacoste Exp $
 
262
$Id: UserAgent.pm,v 1.2 2006/07/23 13:16:36 vanbaal Exp $
263
263
 
264
264
=head1 COPYRIGHT
265
265
 
277
277
 
278
278
You should have received a copy of the GNU General Public License
279
279
along with this program (see COPYING); if not, check with
280
 
http://www.gnu.org/copyleft/gpl.html or write to the Free Software
281
 
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
 
280
http://www.gnu.org/copyleft/gpl.html.
282
281
 
283
282
=head1 AUTHORS
284
283