~ubuntu-branches/debian/squeeze/movabletype-opensource/squeeze

« back to all changes in this revision

Viewing changes to tools/remove-object

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves
  • Date: 2008-07-02 01:52:49 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080702015249-2bms2fd72qvwqcn5
Tags: 4.2~rc3-1
* New upstream release candidate
* Add Swedish debconf translation (closes: #487739)
* Include local versions of TheSchwartz and Data::ObjectDriver as
  MT distribution includes newer versions than on CPAN
* Recommend libarchive-zip-perl

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/perl -w
2
2
use strict;
 
3
use lib '/usr/share/movabletype/extlib';
3
4
 
4
5
use MT;
5
6
my $mt = MT->new or die MT->errstr;